diff options
author | sr55 <[email protected]> | 2007-09-22 16:16:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-09-22 16:16:40 +0000 |
commit | d33808160c6938bd9611e155bebf97ab1d617b1e (patch) | |
tree | 35e506144ed97dc8a3e79b8cd32623f0b69e6a23 /win/C#/Properties/AssemblyInfo.cs | |
parent | 7cd3e9bcc2a79500b60d33973414acbc7a1b57c2 (diff) |
WinGui:
- Added some new png images to the gui ( Hawkman's Image pack)
- Redesigned the layout of the queue slightly.
- Fixed size issue with the DVD info window.
-
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@980 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/AssemblyInfo.cs')
-rw-r--r-- | win/C#/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs index ed9c1d186..505af031d 100644 --- a/win/C#/Properties/AssemblyInfo.cs +++ b/win/C#/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Resources; // set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Handbrake")]
-[assembly: AssemblyDescription("DVD to MPEG-4 converter")]
+[assembly: AssemblyDescription("DVD Like Source to MPEG-4 converter")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Handbrake")]
[assembly: AssemblyProduct("Handbrake")]
|