From: Tommi Asp Date: Sun, 18 Jul 2010 10:07:51 +0000 (+0300) Subject: version 1.2 first commit X-Git-Url: http://git.maemo.org/git/?p=cuteexplorer;a=commitdiff_plain;h=9b21bcabd6dc128093b4e8e8193630adaf0575f1 version 1.2 first commit --- diff --git a/src/cuteexplorer.desktop b/src/cuteexplorer.desktop index 34c9eb6..cf35967 100644 --- a/src/cuteexplorer.desktop +++ b/src/cuteexplorer.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Version=1.0 +Version=1.2 Type=Application Name=CuteExplorer Comment=Explore your maemo diff --git a/src/main.cpp b/src/main.cpp index 23f3386..9da8be5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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 diff --git a/src/src.pro b/src/src.pro index 6dcb565..aa4e790 100644 --- a/src/src.pro +++ b/src/src.pro @@ -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