diff options
author | sr55 <[email protected]> | 2008-02-13 23:26:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-02-13 23:26:25 +0000 |
commit | 550c8afa6360c157906fa1067b54327fb6797ecf (patch) | |
tree | c03349adf7b35dba8a760f957895197a1f4b3bb2 /win/C#/Properties | |
parent | 291982989bc13b78d3b189912eaba6d19ccd91a2 (diff) |
WinGui:
- Removed option to disable verbose CLI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1260 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 8dd4dc476..6cf86153e 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -73,18 +73,6 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
- public string verbose {
- get {
- return ((string)(this["verbose"]));
- }
- set {
- this["verbose"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0.9.1")]
public string hb_version {
get {
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 73269a033..fe065ff16 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -14,9 +14,6 @@ <Setting Name="updateStatus" Type="System.String" Scope="User">
<Value Profile="(Default)">Checked</Value>
</Setting>
- <Setting Name="verbose" Type="System.String" Scope="User">
- <Value Profile="(Default)">Checked</Value>
- </Setting>
<Setting Name="hb_version" Type="System.String" Scope="User">
<Value Profile="(Default)">0.9.1</Value>
</Setting>
|