X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fsimple_preferences.cpp;h=7c0baad23c1336b4fa666ce9853e8ad7c10d4e8a;hp=ae2dde3fbfa1d1ab25c27c47d4b2eeed00b58cf6;hb=176691a42bd4fc6b72cc984592a6c210f4688b29;hpb=ee16e6bf7bf5c42f15cbbc82b12a5999f258259a diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index ae2dde3fbf..7c0baad23c 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -70,14 +70,14 @@ SPrefsCatList::SPrefsCatList( intf_thread_t *_p_intf, QWidget *_parent ) : item( id )->setData( Qt::UserRole, qVariantFromValue( (int)id ) ); \ item( id )->setFlags( Qt::ItemIsSelectable | Qt::ItemIsEnabled ); - ADD_CATEGORY( SPrefsVideo, qtr("Video"), spref_cone_Video_64.png ); - ADD_CATEGORY( SPrefsAudio, qtr("Audio"), spref_cone_Audio_64.png ); - ADD_CATEGORY( SPrefsInputAndCodecs, qtr("Input and Codecs"), - spref_cone_Input_64.png ); ADD_CATEGORY( SPrefsInterface, qtr("Interface"), spref_cone_Interface_64.png ); + ADD_CATEGORY( SPrefsAudio, qtr("Audio"), spref_cone_Audio_64.png ); + ADD_CATEGORY( SPrefsVideo, qtr("Video"), spref_cone_Video_64.png ); ADD_CATEGORY( SPrefsSubtitles, qtr("Subtitles"), spref_cone_Subtitles_64.png ); + ADD_CATEGORY( SPrefsInputAndCodecs, qtr("Input and Codecs"), + spref_cone_Input_64.png ); ADD_CATEGORY( SPrefsHotkeys, qtr("Hotkeys"), spref_cone_Hotkeys_64.png ); setCurrentRow( SPrefsInterface );