[vlc-commits] qt4: fx missing translation
Naohiro KORIYAMA
git at videolan.org
Sun Aug 25 18:22:22 CEST 2013
vlc/vlc-2.1 | branch: master | Naohiro KORIYAMA <nkoriyama at gmail.com> | Wed Jun 6 12:00:02 2012 +0900| [27e80700d33e7b54d67bb711f3aad30a8966ea5e] | committer: Jean-Baptiste Kempf
qt4: fx missing translation
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 1fc6614444b9698d9b534181955d66419047f719)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=27e80700d33e7b54d67bb711f3aad30a8966ea5e
---
modules/gui/qt4/components/simple_preferences.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index cca97aa..a66c256 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -92,9 +92,9 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent, bool sma
cone_audio_64, 1 );
ADD_CATEGORY( SPrefsVideo, qtr("Video"), qtr("Video Settings"),
cone_video_64, 2 );
- ADD_CATEGORY( SPrefsSubtitles, SUBPIC_TITLE, qtr("Subtitle & On Screen Display Settings"),
+ ADD_CATEGORY( SPrefsSubtitles, qtr(SUBPIC_TITLE), qtr("Subtitle & On Screen Display Settings"),
cone_subtitles_64, 3 );
- ADD_CATEGORY( SPrefsInputAndCodecs, INPUT_TITLE, qtr("Input & Codecs Settings"),
+ ADD_CATEGORY( SPrefsInputAndCodecs, qtr(INPUT_TITLE), qtr("Input & Codecs Settings"),
cone_input_64, 4 );
ADD_CATEGORY( SPrefsHotkeys, qtr("Hotkeys"), qtr("Configure Hotkeys"),
cone_hotkeys_64, 5 );
More information about the vlc-commits
mailing list