diff options
author | sr55 <[email protected]> | 2017-12-10 20:51:06 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-10 20:51:06 +0000 |
commit | 037c7041dc8b3d2ff62987179849c947beb00974 (patch) | |
tree | 723c5bde87ae8264d6e589fbe7e32359eaaff62d /win | |
parent | 264f1ee2bbb699f7b7ee4582107b806c474042b9 (diff) |
WinGui: Rename the ShowPresetPanel option key to force everyone to have the new default.
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index cde030c23..f42838f98 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -149,7 +149,7 @@ namespace HandBrakeWPF /// <summary>
/// The Show Preset Panel
/// </summary>
- public const string ShowPresetPanel = "ShowPresetPanel";
+ public const string ShowPresetPanel = "ShowPresetPanelOption";
/// <summary>
/// The reset when done action.
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml index a46b5103c..2705cab47 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -402,7 +402,7 @@ </item>
<item>
<key>
- <string>ShowPresetPanel</string>
+ <string>ShowPresetPanelOption</string>
</key>
<value>
<anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">false</anyType>
|