preparation for tool tips

This commit is contained in:
Volker Fischer 2009-12-02 22:35:53 +00:00
parent 70e53c4383
commit 94be1dfac7

View File

@ -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 ( \
"<br><div align=right><font size=-1><i>" \
"To get more information use the ""What's " \
"This"" help (? menu or Shift+F1)" \
"</i></font></div>" )
#define _MAXSHORT 32767
#define _MAXBYTE 255 // binary: 11111111
#define _MINSHORT ( -32768 )