summaryrefslogtreecommitdiff
path: root/src/btglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/btglobal.h')
-rw-r--r--src/btglobal.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/btglobal.h b/src/btglobal.h
index 1b584e8..1b956b7 100644
--- a/src/btglobal.h
+++ b/src/btglobal.h
@@ -1,8 +1,10 @@
/*********
*
+* In the name of the Father, and of the Son, and of the Holy Spirit.
+*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2011 by the BibleTime developers.
+* Copyright 1999-2014 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -45,11 +47,13 @@ struct DisplayOptions {
/**
Work around for Windows compiler bug in Visual Studio 2008 & 2010. The Crash
- occurs at the return statement of CBTConfig::getDisplayOptionDefaults and is
- caused by a bad calling sequence when called from CDisplayWindow::init.
+ occurs at the return statement of the not anymore existing
+ CBTConfig::getDisplayOptionDefaults and is caused by a bad calling sequence
+ when called from CDisplayWindow::init. The bug might still occur but now
+ caused by BtConfig::getDisplayOptions.
\todo Properly identify this bug and remove the #ifdef when fix is available.
*/
-#ifdef Q_WS_WIN
+#ifdef Q_OS_WIN
int notUsed;
#endif