summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-09-10 11:16:21 +0000
committersr55 <[email protected]>2008-09-10 11:16:21 +0000
commitb9fb350aea3bb37349f24d6b33341b2644407588 (patch)
treec1010eb31a028d99ff1976af7b05c8c4d9b9236c /win/C#/Properties
parente57d4d0bf36c3b5d4691134d0fdb8171cb25f843 (diff)
WinGui:
- New option to allow the user to enter which format they wish the autoName function to use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1686 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r--win/C#/Properties/Settings.Designer.cs14
-rw-r--r--win/C#/Properties/Settings.settings3
2 files changed, 16 insertions, 1 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index 487ee378c..0ce64f345 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.1433
+// Runtime Version:2.0.50727.3053
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -250,5 +250,17 @@ namespace Handbrake.Properties {
this["default_decomb"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("{source}-{title}-{chapters}")]
+ public string autoNameFormat {
+ get {
+ return ((string)(this["autoNameFormat"]));
+ }
+ set {
+ this["autoNameFormat"] = value;
+ }
+ }
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings
index db282ddad..c7e206e1a 100644
--- a/win/C#/Properties/Settings.settings
+++ b/win/C#/Properties/Settings.settings
@@ -59,5 +59,8 @@
<Setting Name="default_decomb" Type="System.String" Scope="User">
<Value Profile="(Default)">4:10:15:9:10:35:9</Value>
</Setting>
+ <Setting Name="autoNameFormat" Type="System.String" Scope="User">
+ <Value Profile="(Default)">{source}-{title}-{chapters}</Value>
+ </Setting>
</Settings>
</SettingsFile> \ No newline at end of file