]> git.sesse.net Git - vlc/commitdiff
Qt, sprefs: expose outline thickness
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 29 Oct 2011 22:27:03 +0000 (00:27 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Oct 2011 23:42:19 +0000 (00:42 +0100)
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/ui/sprefs_subtitles.ui

index 57e5839d270e98d86f9a02b982f7947ce601b8a0..ea2ab913c3b6d746cdc13a246dcbe346f7c735b8 100644 (file)
@@ -640,8 +640,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
                             fontColor );
             CONFIG_GENERIC( "freetype-rel-fontsize", IntegerList,
                             ui.fontSizeLabel, fontSize );
-            CONFIG_GENERIC( "freetype-effect", IntegerList, ui.fontEffectLabel,
-                            effect );
+            CONFIG_GENERIC( "freetype-outline-thickness", IntegerList,
+                            ui.fontEffectLabel, effect );
             CONFIG_GENERIC_NO_BOOL( "sub-margin", Integer, ui.subsPosLabel, subsPosition );
 
         END_SPREFS_CAT;
index b491d4b827cc9e19476f82d3a0cd9bbc93af0cf5..bd363f2c992411f6f3d1a88125450667951cea00 100644 (file)
          </size>
         </property>
         <property name="text">
-         <string>Effect</string>
+         <string>Outline thickness</string>
         </property>
         <property name="buddy">
          <cstring>effect</cstring>