diff options
author | sr55 <[email protected]> | 2009-05-22 00:07:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-05-22 00:07:38 +0000 |
commit | 0d8fcd374fed4111a139484a9556d7b160023866 (patch) | |
tree | 55e2aaab849ae79e678929ff5022a5ef6ce7d60f /win/C#/Presets | |
parent | 1ff5eb09c5cae153eaff6df81659dbbed76bf1c5 (diff) |
WinGui:
- Moved the AudioPanel to it's own userControl.
- Tweaks to the Audio Track list to improve usability. Now shows track ID's to indicate which track is selected.
- Added missing file headers to some files.
- Moved subtitles onto their own tab in preparation for the new subtitle features.
- Improved control (widget) appearance on the Advanced tab.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2435 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Presets')
-rw-r--r-- | win/C#/Presets/PresetsHandler.cs | 7 | ||||
-rw-r--r-- | win/C#/Presets/preset.cs | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/win/C#/Presets/PresetsHandler.cs b/win/C#/Presets/PresetsHandler.cs index 413294538..6a8599a24 100644 --- a/win/C#/Presets/PresetsHandler.cs +++ b/win/C#/Presets/PresetsHandler.cs @@ -1,4 +1,9 @@ -using System;
+/* PresetHandler.cs $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
+using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
diff --git a/win/C#/Presets/preset.cs b/win/C#/Presets/preset.cs index 858237968..dd7628f3c 100644 --- a/win/C#/Presets/preset.cs +++ b/win/C#/Presets/preset.cs @@ -1,4 +1,10 @@ -using System;
+/* Preset.cs $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
+
+using System;
namespace Handbrake.Presets
{
|