From 94be1dfac774e54e04e792ab4964acbe6a69af6f Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 2 Dec 2009 22:35:53 +0000 Subject: [PATCH] preparation for tool tips --- src/global.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 )