Theme Editor: Changed default font to monospaced, changed organization for the application to rockbox.org, moved tab bar in preferences dialog to the top of the window
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26677 a1c6a512-1295-4272-9138-f99709370657
diff --git a/utils/themeeditor/main.cpp b/utils/themeeditor/main.cpp
index ad4ae6f..78df187 100644
--- a/utils/themeeditor/main.cpp
+++ b/utils/themeeditor/main.cpp
@@ -35,9 +35,9 @@
{
QApplication app(argc, argv);
- QCoreApplication::setApplicationName(QObject::tr("Rockbox Theme Editor"));
- QCoreApplication::setApplicationVersion(QObject::tr("Pre-Alpha"));
- QCoreApplication::setOrganizationName(QObject::tr("Rockbox"));
+ QCoreApplication::setApplicationName("Rockbox Theme Editor");
+ QCoreApplication::setApplicationVersion("Pre-Alpha");
+ QCoreApplication::setOrganizationName("rockbox.org");
EditorWindow mainWindow;
mainWindow.show();