diff options
author | sr55 <[email protected]> | 2008-08-01 18:15:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-08-01 18:15:19 +0000 |
commit | 754e130f3401e2ff630d2746b5f99ea66330f119 (patch) | |
tree | 64dc4230cae7a2c1e71512fc39742fa21ee5a358 /win/C#/Properties/AssemblyInfo.cs | |
parent | 7dde8068656d19ee95b0b9231e53d1c669806efe (diff) |
WinGui:
- Changed the layout of the Options window.
- Added a "Stop" button to stop encodes.
- Moved Encode status label onto a status bar at the bottom of the window. Now includes scanning status.
- Added and Removed some png images
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1600 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 f7ea463b2..834ae795a 100644 --- a/win/C#/Properties/AssemblyInfo.cs +++ b/win/C#/Properties/AssemblyInfo.cs @@ -17,7 +17,7 @@ using System.Resources; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HandBrake")]
[assembly: AssemblyProduct("HandBrake")]
-[assembly: AssemblyCopyright("Copyright © 2007")]
+[assembly: AssemblyCopyright("Copyright © 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
|