diff options
author | sr55 <[email protected]> | 2008-02-19 16:24:50 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-02-19 16:24:50 +0000 |
commit | 9eb42d534c5b59fbc6ff0f94e447d15c60a249da (patch) | |
tree | d204bef9932d17041bc58605e75e7b876e688f3d | |
parent | b5bf667a47448b800ea85f5b35a08ee7e9c33e6b (diff) |
WinGui:
AssemblyInfo Updated.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1300 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/C#/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs index 3485265df..9cf7ca124 100644 --- a/win/C#/Properties/AssemblyInfo.cs +++ b/win/C#/Properties/AssemblyInfo.cs @@ -12,11 +12,11 @@ using System.Resources; // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("Handbrake")]
+[assembly: AssemblyTitle("HandBrake")]
[assembly: AssemblyDescription("GPL'd DVD Like Source to MPEG-4 converter")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Handbrake")]
-[assembly: AssemblyProduct("Handbrake")]
+[assembly: AssemblyCompany("HandBrake")]
+[assembly: AssemblyProduct("HandBrake")]
[assembly: AssemblyCopyright("Copyright © 2007")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
|