From 723ce53bb4e6fb48c04c0e9fc9ab72e3270d3b29 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 22 Aug 2013 17:17:15 +0000 Subject: WinGui: Cosmetic fixes around the new libhb scanning. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5733 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices') diff --git a/win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs b/win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs index d925d2d3a..942ae37a1 100644 --- a/win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs +++ b/win/CS/HandBrake.ApplicationServices/Parsing/Audio.cs @@ -105,12 +105,7 @@ namespace HandBrake.ApplicationServices.Parsing return this.Description; } - if (this.Description == null) - { - return string.Format("{0} {1} ({2})", this.TrackNumber, this.Language, this.Format); - } - - return string.Format("{0} {1} ({2}) ({3})", this.TrackNumber, this.Language, this.Format, this.Description); + return string.Format("{0} {1}", this.TrackNumber, this.Description); } /// -- cgit v1.2.3