diff --git a/src/global.h b/src/global.h index 21f6c834..3722a975 100755 --- a/src/global.h +++ b/src/global.h @@ -129,6 +129,13 @@ #define MAX_LEN_CHAT_TEXT 1600 #define MAX_LEN_CHAT_TEXT_PLUS_HTML 1800 +// common tool tip bottom line text +#define TOOLTIP_COM_END_TEXT tr ( \ + "
" \ + "To get more information use the ""What's " \ + "This"" help (? menu or Shift+F1)" \ + "
" ) + #define _MAXSHORT 32767 #define _MAXBYTE 255 // binary: 11111111 #define _MINSHORT ( -32768 )