From c2501467f65a24f2e098b0932da4908ae430ad3c Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 29 Aug 2007 17:14:42 +0000 Subject: WinGui: - Gui debug more added to tools > options. - More exception handling added - frmReadDVD is now automatic. User no longer has to manually start scan process. - Re-enabled onwindow scan status message. Removed Message box which alerts scan status. - Few other small code tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@893 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Properties/AssemblyInfo.cs | 2 +- win/C#/Properties/Settings.Designer.cs | 25 +++++++++++++++++++++++++ win/C#/Properties/Settings.settings | 6 ++++++ 3 files changed, 32 insertions(+), 1 deletion(-) (limited to 'win/C#/Properties') diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs index 6af0e190d..ed9c1d186 100644 --- a/win/C#/Properties/AssemblyInfo.cs +++ b/win/C#/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ using System.Resources; // [assembly: AssemblyVersion("2.4.0.1")] [assembly: AssemblyFileVersion("2.4.0.1")] -[assembly: NeutralResourcesLanguageAttribute("en-GB")] +[assembly: NeutralResourcesLanguageAttribute("")] diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index fb25c386e..aecb25910 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -537,5 +537,30 @@ namespace Handbrake.Properties { this["CliVersion"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("Checked")] + public string GuiDebug { + get { + return ((string)(this["GuiDebug"])); + } + set { + this["GuiDebug"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("Program Error. Please enable debug more in: Tools > Options. If the error re-occu" + + "rs, please report it on the forums.")] + public string defaultError { + get { + return ((string)(this["defaultError"])); + } + set { + this["defaultError"] = value; + } + } } } diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 8cdfa64e9..d518d7825 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -131,5 +131,11 @@ 0.9.1 + + Checked + + + Program Error. Please enable debug more in: Tools > Options. If the error re-occurs, please report it on the forums. + \ No newline at end of file -- cgit v1.2.3