b=addBoolSelector(0,3,0,3,__tr2qs_ctx("Flash system taskbar on new query message","options"),KviOption_boolFlashQueryWindowOnNewMessages);
#ifdef COMPILE_INFO_TIPS
mergeTip(b,
__tr2qs_ctx("<center>This option causes the system taskbar entry for KVIrc to flash when a new query message " \
"is received and the KVIrc window is not the active.</center>","options"));
#endif
#endif
b=addBoolSelector(0,4,0,4,__tr2qs_ctx("Popup notifier on new query message","options"),KviOption_boolPopupNotifierOnNewQueryMessages);
#ifdef COMPILE_INFO_TIPS
mergeTip(b,
__tr2qs_ctx("<center>This option causes a small notifier window to pop up " \
"in the low right corner of the screen when a new message is received " \
"and the KVIrc window is not active.</center>","options"));
#endif
b=addBoolSelector(0,5,0,5,__tr2qs_ctx("Show information about query target at the top of the query","options"),KviOption_boolShowExtendedInfoInQueryLabel);
#ifdef COMPILE_INFO_TIPS
mergeTip(b,
__tr2qs_ctx("<center>This option enables query window information " \
"label. It can show you known information about query target at the top of the window.<br>" \
"Uncheck if you think,that it wastes your query space/" \