summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-21 15:40:27 +0000
committersr55 <[email protected]>2007-08-21 15:40:27 +0000
commitd869f096d1b32bf2561203551f5fc6d9dd4d18ad (patch)
tree63cf3a7d79c2347f354d62a67e9cb13a73c3115b /win/C#/Properties/Settings.Designer.cs
parented681dc8384f8913baf4fdd6cf7b93d1acde5f41 (diff)
- Fixed Spelling typo (Thanks saintdev).
- Fixed File_Open not finding ts files. - Fixed Incorrect Version Number for update checker. - Fixed DVDTitle Dropdown displaying no title error when there was only 1 item in it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@848 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs26
1 files changed, 13 insertions, 13 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index 13e28e9b8..addb9c668 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.42
+// Runtime Version:2.0.50727.832
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -37,18 +37,6 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("0.8.5b1")]
- public string CliVersion {
- get {
- return ((string)(this["CliVersion"]));
- }
- set {
- this["CliVersion"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("http://download.m0k.org/handbrake/windows/update.txt")]
public string updateFile {
get {
@@ -537,5 +525,17 @@ namespace Handbrake.Properties {
this["QuickStartWindow"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("0.9.0")]
+ public string CliVersion {
+ get {
+ return ((string)(this["CliVersion"]));
+ }
+ set {
+ this["CliVersion"] = value;
+ }
+ }
}
}