--- a/radioapp/radioapplication/src/main.cpp Fri Jun 11 16:24:13 2010 +0100
+++ b/radioapp/radioapplication/src/main.cpp Thu Jul 22 16:33:45 2010 +0100
@@ -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();