X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fsimple_preferences.cpp;h=ee850821868b2531c1cecbf936b5c42682a72049;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=18c1f9ea213cd5433adc4247af33d5e7806a0249;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 18c1f9ea21..ee85082186 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -256,7 +256,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, #endif CONFIG_GENERIC( "timeshift-force", Bool, NULL, timeshiftBox ); CONFIG_GENERIC( "dump-force", Bool, NULL, DumpBox ); -// CONFIG_GENERIC( "", Bool, NULL, RecordBox ); //FIXME activate record +// CONFIG_GENERIC( "", Bool, NULL, RecordBox ); //FIXME activate record END_SPREFS_CAT; /* Interface Panel */ @@ -284,11 +284,11 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, //FIXME interface choice CONFIG_GENERIC( "qt-always-video", Bool, NULL, qtAlwaysVideo ); - CONFIG_GENERIC_FILE( "skins2-last", File, NULL, fileSkin, + CONFIG_GENERIC_FILE( "skins2-last", File, NULL, fileSkin, skinBrowse ); #if defined( WIN32 ) || defined(HAVE_DBUS_3) CONFIG_GENERIC( "one-instance", Bool, NULL, OneInterfaceMode ); - CONFIG_GENERIC( "playlist-enqueue", Bool, NULL, + CONFIG_GENERIC( "playlist-enqueue", Bool, NULL, EnqueueOneInterfaceMode ); #else ui.OneInterfaceBox->hide();