diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-07 22:35:32 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-07 22:35:32 +0000 |
| commit | 24647bace9dc64a40a527512a8dd1f8b69dbe893 (patch) | |
| tree | 475dfb960579fbb6331dde200c30946d6ed96820 /utils/themeeditor/main.cpp | |
| parent | 42b065f04afffdae502b00383bafa9c925e309f8 (diff) | |
| download | rockbox-24647bace9dc64a40a527512a8dd1f8b69dbe893.zip rockbox-24647bace9dc64a40a527512a8dd1f8b69dbe893.tar.gz rockbox-24647bace9dc64a40a527512a8dd1f8b69dbe893.tar.bz2 rockbox-24647bace9dc64a40a527512a8dd1f8b69dbe893.tar.xz | |
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
Diffstat (limited to 'utils/themeeditor/main.cpp')
| -rw-r--r-- | utils/themeeditor/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ int main(int argc, char* argv[]) { 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(); |