1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-09 13:41:18 +02:00

* Revert back to using system locale.

This commit is contained in:
Christian Muehlhaeuser
2011-11-22 08:29:49 +01:00
parent b9453ab77b
commit 6c67dfcab7

View File

@@ -64,7 +64,7 @@ main( int argc, char *argv[] )
if ( guard.isPrimaryInstance() )
a.init();
QString locale = QLocale::c().name();
QString locale = QLocale::system().name();
if ( locale == "C" )
locale = "en";
QTranslator translator;