radioapp/radioapplication/src/main.cpp
changeset 28 075425b8d9a4
parent 24 6df133bd92e1
child 37 451b2e1545b2
--- a/radioapp/radioapplication/src/main.cpp	Fri Jun 04 10:21:36 2010 +0100
+++ b/radioapp/radioapplication/src/main.cpp	Fri Jun 11 13:38:32 2010 +0300
@@ -22,12 +22,6 @@
 #include "radioapplication.h"
 #include "radiologger.h"
 
-// Constants
-#ifdef BUILD_WIN32
-    const char* TRANSLATIONS_FOLDER = "";
-#else
-    const char* TRANSLATIONS_FOLDER = "/resource/qt/translations/";
-#endif // BUILD_WIN32
 
 /*!
  * Runs the application
@@ -40,7 +34,7 @@
 
     RadioApplication app( argc, argv );
 
-    HbTranslator translator( TRANSLATIONS_FOLDER, "fmradio" ); // TODO: Rename exe to fmradio.exe to get rid of this
+    HbTranslator translator;
 
     const int returnValue = app.exec();