From: sr55 Date: Sun, 23 Nov 2008 19:06:23 +0000 (+0000) Subject: WinGui: X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f72f5d61f38a9ede20a2adabac6b91f2d1c930b6;p=handbrake-jp%2Fhandbrake-jp-git.git WinGui: - Configured for 0.9.3 release git-svn-id: svn://localhost/HandBrake/trunk@1943 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 7c25cb4c..df5258c1 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -18,7 +18,7 @@ 2.0 - v3.0 + v2.0 false false publish\ diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs index 834ae795..f88d1cc1 100644 --- a/win/C#/Properties/AssemblyInfo.cs +++ b/win/C#/Properties/AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Resources; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("HandBrake")] -[assembly: AssemblyDescription("GPL'd DVD Like Source to MPEG-4 converter")] +[assembly: AssemblyDescription("HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("HandBrake")] [assembly: AssemblyProduct("HandBrake")] diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index b8697343..c8f9f66a 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -145,7 +145,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("Checked")] + [global::System.Configuration.DefaultSettingValueAttribute("")] public string autoNaming { get { return ((string)(this["autoNaming"])); diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 40a2e12b..8d4af320 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -33,7 +33,7 @@ 0 - Checked + diff --git a/win/C#/app.config b/win/C#/app.config index b5a65a74..522578bd 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -1,8 +1,8 @@ - + - -
+ +
@@ -38,7 +38,7 @@ 0 - Checked + @@ -78,4 +78,4 @@ - \ No newline at end of file + diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index b9955d4c..ab56957c 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -52,10 +52,9 @@ namespace Handbrake this.Label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label4.Location = new System.Drawing.Point(168, 58); this.Label4.Name = "Label4"; - this.Label4.Size = new System.Drawing.Size(349, 26); + this.Label4.Size = new System.Drawing.Size(346, 26); this.Label4.TabIndex = 28; - this.Label4.Text = "HandBrake is an open-source, GPL-licensed, multiplatform, \r\nmultithreaded DVD lik" + - "e source to MPEG-4 converter."; + this.Label4.Text = "HandBrake is a GPL-licensed, multiplatform, multithreaded \r\nvideo transcoder. "; // // btn_close //