OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 Nov 2008 19:06:23 +0000 (19:06 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 Nov 2008 19:06:23 +0000 (19:06 +0000)
- Configured for 0.9.3 release

git-svn-id: svn://localhost/HandBrake/trunk@1943 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/HandBrakeCS.csproj
win/C#/Properties/AssemblyInfo.cs
win/C#/Properties/Settings.Designer.cs
win/C#/Properties/Settings.settings
win/C#/app.config
win/C#/frmAbout.Designer.cs

index 7c25cb4..df5258c 100644 (file)
@@ -18,7 +18,7 @@
     <UpgradeBackupLocation>\r
     </UpgradeBackupLocation>\r
     <OldToolsVersion>2.0</OldToolsVersion>\r
-    <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>\r
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
     <IsWebBootstrapper>false</IsWebBootstrapper>\r
     <SignManifests>false</SignManifests>\r
     <PublishUrl>publish\</PublishUrl>\r
index 834ae79..f88d1cc 100644 (file)
@@ -13,7 +13,7 @@ using System.Resources;
 // set of attributes. Change these attribute values to modify the information\r
 // associated with an assembly.\r
 [assembly: AssemblyTitle("HandBrake")]\r
-[assembly: AssemblyDescription("GPL'd DVD Like Source to MPEG-4 converter")]\r
+[assembly: AssemblyDescription("HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.")]\r
 [assembly: AssemblyConfiguration("")]\r
 [assembly: AssemblyCompany("HandBrake")]\r
 [assembly: AssemblyProduct("HandBrake")]\r
index b869734..c8f9f66 100644 (file)
@@ -145,7 +145,7 @@ namespace Handbrake.Properties {
         \r
         [global::System.Configuration.UserScopedSettingAttribute()]\r
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
-        [global::System.Configuration.DefaultSettingValueAttribute("Checked")]\r
+        [global::System.Configuration.DefaultSettingValueAttribute("")]\r
         public string autoNaming {\r
             get {\r
                 return ((string)(this["autoNaming"]));\r
index 40a2e12..8d4af32 100644 (file)
@@ -33,7 +33,7 @@
       <Value Profile="(Default)">0</Value>\r
     </Setting>\r
     <Setting Name="autoNaming" Type="System.String" Scope="User">\r
-      <Value Profile="(Default)">Checked</Value>\r
+      <Value Profile="(Default)" />\r
     </Setting>\r
     <Setting Name="autoNamePath" Type="System.String" Scope="User">\r
       <Value Profile="(Default)" />\r
index b5a65a7..522578b 100644 (file)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="utf-8" ?>\r
+<?xml version="1.0"?>\r
 <configuration>\r
     <configSections>\r
-        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >\r
-            <section name="Handbrake.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />\r
+        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">\r
+            <section name="Handbrake.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>\r
         </sectionGroup>\r
     </configSections>\r
     <userSettings>\r
@@ -38,7 +38,7 @@
                 <value>0</value>\r
             </setting>\r
             <setting name="autoNaming" serializeAs="String">\r
-                <value>Checked</value>\r
+                <value />\r
             </setting>\r
             <setting name="autoNamePath" serializeAs="String">\r
                 <value />\r
@@ -78,4 +78,4 @@
             </setting>\r
         </Handbrake.Properties.Settings>\r
     </userSettings>\r
-</configuration>
\ No newline at end of file
+<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>\r
index b9955d4..ab56957 100644 (file)
@@ -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)));\r
             this.Label4.Location = new System.Drawing.Point(168, 58);\r
             this.Label4.Name = "Label4";\r
-            this.Label4.Size = new System.Drawing.Size(349, 26);\r
+            this.Label4.Size = new System.Drawing.Size(346, 26);\r
             this.Label4.TabIndex = 28;\r
-            this.Label4.Text = "HandBrake is an open-source, GPL-licensed, multiplatform, \r\nmultithreaded DVD lik" +\r
-                "e source to MPEG-4 converter.";\r
+            this.Label4.Text = "HandBrake is a GPL-licensed, multiplatform, multithreaded \r\nvideo transcoder. ";\r
             // \r
             // btn_close\r
             // \r