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/CS/HandBrakeWPF/defaultsettings.xml | |
parent | 264f1ee2bbb699f7b7ee4582107b806c474042b9 (diff) |
WinGui: Rename the ShowPresetPanel option key to force everyone to have the new default.
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|