]> git.sesse.net Git - vlc/commitdiff
wxwidgets.c: missing from [14902] commit
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 24 Mar 2006 17:52:47 +0000 (17:52 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 24 Mar 2006 17:52:47 +0000 (17:52 +0000)
modules/gui/wxwidgets/wxwidgets.cpp

index 8c7d45aaac3bd2613cda6b4de1e1ba64f30e31a8..3112e3cb37b06d9f2a52057d53d037d68d689733 100644 (file)
@@ -99,6 +99,8 @@ private:
 #define SIZE_TO_VIDEO_LONGTEXT N_("Resize VLC to match the video resolution")
 #define SYSTRAY_TEXT N_("Show systray icon")
 #define SYSTRAY_LONGTEXT N_("Show systray icon")
+#define LABEL_TEXT N_("Show labels in toolbar")
+#define LABEL_LONGTEXT N_("Show labels below the icons in the toolbar.")
 
 #define PLAYLIST_TEXT N_("Playlist view" )
 #define PLAYLIST_LONGTEXT N_("There are two possible playlist views in the " \
@@ -157,6 +159,7 @@ vlc_module_begin();
     add_deprecated( "wxwin-systray", VLC_FALSE); /*Deprecated since 0.8.4*/
 #endif
 #endif
+    add_bool( "wx-labels", 0, NULL, LABEL_TEXT, LABEL_LONGTEXT, VLC_TRUE);
     add_string( "wx-config-last", NULL, NULL,
                 "last config", "last config", VLC_TRUE );
         change_autosave();