aboutsummaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMike FABIAN <mike.fabian@basyskom.de>2010-08-31 19:34:43 +0200
committerSergiy Dubovik <sergiy.dubovik@nokia.com>2010-09-01 11:00:01 +0300
commit02f547e0953a393d1dac11011ff086db7b48d1a3 (patch)
tree269af3c2b4a4e20f330b755e362076bdbda40b8d /demos
parentc79591a33bc135306592ef903fdad629e365995f (diff)
Changes: fix build of widgetsgallery without gconf
RevBy: John Tapsell
Diffstat (limited to 'demos')
-rw-r--r--demos/widgetsgallery/languagepage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widgetsgallery/languagepage.cpp b/demos/widgetsgallery/languagepage.cpp
index 909bfc13..47eaf7ed 100644
--- a/demos/widgetsgallery/languagepage.cpp
+++ b/demos/widgetsgallery/languagepage.cpp
@@ -513,7 +513,7 @@ void LanguagePage::changeLcTimeFormat24h(int index)
#else
MLocale currentLocale;
if (newLcTimeFormat24h != currentLocale.timeFormat24h()) {
- currentLocale.setTimeFormat24h(newTimeFormat24h);
+ currentLocale.setTimeFormat24h(newLcTimeFormat24h);
MLocale::setDefault(currentLocale);
}
#endif