diff options
author | sr55 <[email protected]> | 2009-05-07 23:00:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-05-07 23:00:33 +0000 |
commit | 166ebbdc3752de708a72a7c4826713a804b3d507 (patch) | |
tree | 40c1e5b04addbef569ffbfa83b4554326029b1a5 /win/C#/Properties | |
parent | d1e3dca5c9e68a95d6aa4c13c004283df24329dd (diff) |
WinGui:
- Notify users that built-in presets have been updated (when preset version < handbrake version.)
- Option to disable that alert in Options > Advanced tab
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2401 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, 15 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index c54d0be30..4b8fffbea 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -346,5 +346,17 @@ namespace Handbrake.Properties { this["dvdnav"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string presetNotification {
+ get {
+ return ((string)(this["presetNotification"]));
+ }
+ set {
+ this["presetNotification"] = value;
+ }
+ }
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 62894d2de..a5766339d 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -83,5 +83,8 @@ <Setting Name="dvdnav" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
+ <Setting Name="presetNotification" Type="System.String" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
</Settings>
</SettingsFile>
\ No newline at end of file |