summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.settings
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-03-12 21:59:52 +0000
committersr55 <[email protected]>2010-03-12 21:59:52 +0000
commit965aebaa5b64188ad21874f0f48f3e2b2a7c443c (patch)
tree21a7add3d9a73c0177b82924272c1d2480f059b4 /win/C#/Properties/Settings.settings
parent8cd6d5369932ac0889cb9910df92a79531f073cb (diff)
WinGui:
Two new options for autocrop. - Remove Underscores from source name. - Change to Title Case. (e.g "Source Name") git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3163 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.settings')
-rw-r--r--win/C#/Properties/Settings.settings6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings
index c9c75d01e..1e4b9387a 100644
--- a/win/C#/Properties/Settings.settings
+++ b/win/C#/Properties/Settings.settings
@@ -122,5 +122,11 @@
<Setting Name="showCliForInGuiEncodeStatus" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
+ <Setting Name="AutoNameTitleCase" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="AutoNameRemoveUnderscore" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
</Settings>
</SettingsFile> \ No newline at end of file