summaryrefslogtreecommitdiff
path: root/muse2/muse/plugin.cpp
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-12 10:30:39 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-12 10:30:39 +0000
commitcf0828dc76ddc11de107bc65ddada38d03404030 (patch)
tree2c56dd018886f2332330d4c98a46b05a23a3ab14 /muse2/muse/plugin.cpp
parenta4d6602deb9e55720659df425664c554be6e4a7a (diff)
Translations are now handled by cmake. Updated the Russian translation. Added -l flag to override system locale.
Diffstat (limited to 'muse2/muse/plugin.cpp')
-rw-r--r--muse2/muse/plugin.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/muse2/muse/plugin.cpp b/muse2/muse/plugin.cpp
index 3ddb0baf..793fd446 100644
--- a/muse2/muse/plugin.cpp
+++ b/muse2/muse/plugin.cpp
@@ -57,16 +57,16 @@ PluginList plugins;
/*
static const char* preset_file_pattern[] = {
- QT_TR_NOOP("Presets (*.pre *.pre.gz *.pre.bz2)"),
- QT_TR_NOOP("All Files (*)"),
+ QT_TRANSLATE_NOOP("@default", "Presets (*.pre *.pre.gz *.pre.bz2)"),
+ QT_TRANSLATE_NOOP("@default", "All Files (*)"),
0
};
static const char* preset_file_save_pattern[] = {
- QT_TR_NOOP("Presets (*.pre)"),
- QT_TR_NOOP("gzip compressed presets (*.pre.gz)"),
- QT_TR_NOOP("bzip2 compressed presets (*.pre.bz2)"),
- QT_TR_NOOP("All Files (*)"),
+ QT_TRANSLATE_NOOP("@default", "Presets (*.pre)"),
+ QT_TRANSLATE_NOOP("@default", "gzip compressed presets (*.pre.gz)"),
+ QT_TRANSLATE_NOOP("@default", "bzip2 compressed presets (*.pre.bz2)"),
+ QT_TRANSLATE_NOOP("@default", "All Files (*)"),
0
};
*/