]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Sun, 23 Nov 2008 19:06:23 +0000 (19:06 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 23 Nov 2008 19:06:23 +0000 (19:06 +0000)
- Configured for 0.9.3 release

git-svn-id: svn://svn.handbrake.fr/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 7c25cb4cc0b46c7e9daf8b904eb4c3b36a250cb0..df5258c1d6eb2efe1554fd0654ab9c9b637f6602 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 834ae795aa3e141f72b3cc416fcce7de1ce2c718..f88d1cc1a2756d890bea7de86707d916b2767f39 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 b86973431494737d3084f461837e9f49ef6f9b43..c8f9f66a3c72981991d9844186e0854b028fae52 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 40a2e12be843d3100a1c4717484ebc0ee393b641..8d4af320aa8d660bacd3ea742d5d64f40b45d10e 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 b5a65a74e58b1143b0fc122677cfd5968726d206..522578bd7e383773b406e5878b707a7af9d604b1 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 b9955d4c9f6e04e5a006d18fdf848f228cdb84ca..ab56957caf60a8c7b8883981da822bf7da8b756e 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