From 0f3e3351b62bb9e275c61f9ed24a13ccc3c66f85 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 11 Mar 2010 19:18:19 +0000 Subject: WinGui: - Fix the DVD Drive Option on the source menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3160 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index e4f6c05be..07f8f4bc5 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -1915,7 +1915,7 @@ namespace Handbrake return; } - this.dvdDrivePath = drives[0].RootDirectory + "VIDEO_TS"; + this.dvdDrivePath = drives[0].RootDirectory; this.dvdDriveLabel = drives[0].VolumeLabel; mnu_dvd_drive.Text = this.dvdDrivePath + " (" + this.dvdDriveLabel + ")"; } -- cgit v1.2.3