diff options
Diffstat (limited to 'src/modules/options/optw_query.cpp')
| -rw-r--r-- | src/modules/options/optw_query.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_query.cpp b/src/modules/options/optw_query.cpp index 9b0f1c1d7..f4abe673b 100644 --- a/src/modules/options/optw_query.cpp +++ b/src/modules/options/optw_query.cpp @@ -66,7 +66,7 @@ KviQueryOptionsWidget::KviQueryOptionsWidget(QWidget * parent) "Some actions of the target user (e.g. joins and parts) " \ "will be displayed in the window.<br></center>","options")); -#if defined(COMPILE_ON_WINDOWS) || (defined(COMPILE_KDE_SUPPORT)) +#if (defined(COMPILE_ON_WINDOWS) || defined(COMPILE_KDE_SUPPORT) || defined(COMPILE_ON_MINGW)) b = addBoolSelector(0,3,0,3,__tr2qs_ctx("Flash system taskbar on new query message","options"),KviOption_boolFlashQueryWindowOnNewMessages); mergeTip(b, __tr2qs_ctx("<center>This option causes the system taskbar entry for KVIrc to flash when a new query message " \ |
