version 1.2 first commit
authorTommi Asp <tomma.asp@gmail.com>
Sun, 18 Jul 2010 10:07:51 +0000 (13:07 +0300)
committerTommi Asp <tomma.asp@gmail.com>
Sun, 18 Jul 2010 10:07:51 +0000 (13:07 +0300)
src/cuteexplorer.desktop
src/main.cpp
src/src.pro

index 34c9eb6..cf35967 100644 (file)
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Encoding=UTF-8
-Version=1.0
+Version=1.2
 Type=Application
 Name=CuteExplorer
 Comment=Explore your maemo
index 23f3386..9da8be5 100644 (file)
@@ -10,7 +10,7 @@ int main(int argc, char *argv[])
     QTranslator translator;
 
     /* For some reason QLocale::system() returns
-    locale by LC_NUMERIC environment variable which is
+    locale by LC_NUMERIC environment variable in linux which is
     meant for numerics like thousand separator etc.
 
     In this solution we get locale from LANG environment variable
index 6dcb565..aa4e790 100644 (file)
@@ -15,7 +15,7 @@ FORMS += mainwindow.ui \
     searchdialog.ui
 TRANSLATIONS += cuteexplorertranslation_fi_FI.ts
 RESOURCES += i18n.qrc
-DEFINES += CUTE_VERSION=\\\"1.1\\\"
+DEFINES += CUTE_VERSION=\\\"1.2\\\"
 maemo5 { 
     # VARIABLES
     CONFIG += link_pkgconfig