summaryrefslogtreecommitdiffstats
path: root/src/language.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-01-20 13:31:30 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-01-20 13:31:30 (GMT)
commit0c3ef4a7c4b8d241186d5169eb27fc6aa6835c0b (patch)
tree3872f0367bbee22883a702d1d2f799c9a9c2e8ac /src/language.cpp
parentc236776bf1d742aa5a1b1d9087ae2e8e5f41740d (diff)
downloadDoxygen-0c3ef4a7c4b8d241186d5169eb27fc6aa6835c0b.zip
Doxygen-0c3ef4a7c4b8d241186d5169eb27fc6aa6835c0b.tar.gz
Doxygen-0c3ef4a7c4b8d241186d5169eb27fc6aa6835c0b.tar.bz2
Release-1.8.3.1
Diffstat (limited to 'src/language.cpp')
-rw-r--r--src/language.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/language.cpp b/src/language.cpp
index d7a95ca..00386e1 100644
--- a/src/language.cpp
+++ b/src/language.cpp
@@ -2,7 +2,7 @@
*
*
*
- * Copyright (C) 1997-2012 by Dimitri van Heesch.
+ * Copyright (C) 1997-2013 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -150,7 +150,7 @@
#endif
#endif // !ENGLISH_ONLY
-#define L_EQUAL(a) !stricmp(langName,a)
+#define L_EQUAL(a) !qstricmp(langName,a)
Translator *theTranslator=0;