From c921f0242dd7da08ea07b9ef5e02d37dd91b020d Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 16 Apr 2011 18:36:23 +0000 Subject: WinGui: - Switching Audio Selection dropdown to be databound. Added The scanned source track to the Audio Track model. - Added new Move to Top / Bottom options on the right click. - Further UI tweaks and fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3935 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Parsing/Title.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices/Parsing/Title.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Parsing/Title.cs b/win/CS/HandBrake.ApplicationServices/Parsing/Title.cs index 2f08eb19e..98c2f02f2 100644 --- a/win/CS/HandBrake.ApplicationServices/Parsing/Title.cs +++ b/win/CS/HandBrake.ApplicationServices/Parsing/Title.cs @@ -30,7 +30,7 @@ namespace HandBrake.ApplicationServices.Parsing /// public Title() { - this.AudioTracks = new List(); + this.AudioTracks = new List