From 4ef70aca43bbbc703d88ec7460981c6cf880282c Mon Sep 17 00:00:00 2001 From: Christophe Mutricy <xtophe@videolan.org> Date: Wed, 29 Aug 2007 21:07:25 +0000 Subject: [PATCH] Revert part of [21475]: qt-adv-options has it use --- modules/gui/qt4/qt4.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index 778ab89c1a0a..0bff00f3997f 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -71,9 +71,9 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * ); #define FILEDIALOG_PATH_TEXT N_("Path to use in file dialog") #define FILEDIALOG_PATH_LONGTEXT N_("path to use in file dialog") -/*#define ADVANCED_OPTIONS_TEXT N_("Advanced options") +#define ADVANCED_OPTIONS_TEXT N_("Advanced options") #define ADVANCED_OPTIONS_LONGTEXT N_("Activate by default all the" \ - "advanced options for geeks")*/ + "advanced options for geeks") #define SHOWFLAGS_TEXT N_("Define what columns to show in playlist window") #define SHOWFLAGS_LONGTEXT N_("Enter the sum of the options that you want: \n" \ @@ -108,8 +108,8 @@ vlc_module_begin(); FILEDIALOG_PATH_LONGTEXT, VLC_TRUE); change_autosave(); change_internal(); -/* add_bool( "qt-adv-options", VLC_FALSE, NULL, ADVANCED_OPTIONS_TEXT, - ADVANCED_OPTIONS_LONGTEXT, VLC_TRUE );*/ + add_bool( "qt-adv-options", VLC_FALSE, NULL, ADVANCED_OPTIONS_TEXT, + ADVANCED_OPTIONS_LONGTEXT, VLC_TRUE ); add_integer( "qt-pl-showflags", VLC_META_ENGINE_ARTIST|VLC_META_ENGINE_TITLE| VLC_META_ENGINE_DURATION|VLC_META_ENGINE_COLLECTION, -- GitLab