|
|
|
@ -125,8 +125,6 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * ); |
|
|
|
"two weeks." ) |
|
|
|
#define UPDATER_DAYS_TEXT N_("Number of days between two update checks") |
|
|
|
|
|
|
|
#define SAVEVOL_TEXT N_( "Automatically save the volume on exit" ) |
|
|
|
|
|
|
|
#define PRIVACY_TEXT N_( "Ask for network policy at start" ) |
|
|
|
|
|
|
|
#define RECENTPLAY_TEXT N_( "Save the recently played items in the menu" ) |
|
|
|
@ -245,8 +243,6 @@ vlc_module_begin () |
|
|
|
UPDATER_DAYS_TEXT, UPDATER_DAYS_TEXT, false ) |
|
|
|
#endif |
|
|
|
|
|
|
|
add_bool( "qt-autosave-volume", true, SAVEVOL_TEXT, |
|
|
|
SAVEVOL_TEXT, true ) |
|
|
|
#ifdef WIN32 |
|
|
|
add_bool( "qt-disable-volume-keys" /* name */, |
|
|
|
true /* default value */, |
|
|
|
|