diff options
author | sr55 <[email protected]> | 2007-10-05 19:29:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-10-05 19:29:54 +0000 |
commit | db9da86bc851eb622245646281a69cdb0f4a4fa8 (patch) | |
tree | 9c00a4a7606aa7fc6535bf705f22119b47ca2c12 /win/C#/Properties | |
parent | 587c58553ccb44f5a01a72e0889a8e131cb678ea (diff) |
WinGui:
- Fixed a very small bug with the h264 options bug. 1 line fix.
- Quick Start tips added to the help menu and removed from app startup.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1005 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 3 |
2 files changed, 0 insertions, 15 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index c05a31e91..8fe778080 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -516,18 +516,6 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
- public string QuickStartWindow {
- get {
- return ((string)(this["QuickStartWindow"]));
- }
- set {
- this["QuickStartWindow"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0.9.1")]
public string CliVersion {
get {
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 355fdc927..96bd2d9d6 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -125,9 +125,6 @@ <Setting Name="deblock" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
- <Setting Name="QuickStartWindow" Type="System.String" Scope="User">
- <Value Profile="(Default)">Checked</Value>
- </Setting>
<Setting Name="CliVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">0.9.1</Value>
</Setting>
|