From: sr55 Date: Thu, 11 Mar 2010 19:18:19 +0000 (+0000) Subject: WinGui: X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=481f0a24c7deda7203e678b4213cef8230ab1a59;p=handbrake-jp%2Fhandbrake-jp-git.git WinGui: - Fix the DVD Drive Option on the source menu. git-svn-id: svn://localhost/HandBrake/trunk@3160 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index e4f6c05b..07f8f4bc 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 + ")"; }