diff options
author | sr55 <[email protected]> | 2008-11-23 19:06:23 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-11-23 19:06:23 +0000 |
commit | 9a412bf5ac02a3c29db4484fa1bd9719a2d73c64 (patch) | |
tree | 8a5cce6d4431bd2b69be251a184f594e790c688a /win/C#/Properties | |
parent | fd6de384b89695b88b8543ea2ec369db9d020818 (diff) |
WinGui:
- Configured for 0.9.3 release
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1943 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/AssemblyInfo.cs | 2 | ||||
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 2 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs index 834ae795a..f88d1cc1a 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 b86973431..c8f9f66a3 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 40a2e12be..8d4af320a 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -33,7 +33,7 @@ <Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="autoNaming" Type="System.String" Scope="User">
- <Value Profile="(Default)">Checked</Value>
+ <Value Profile="(Default)" />
</Setting>
<Setting Name="autoNamePath" Type="System.String" Scope="User">
<Value Profile="(Default)" />
|