OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 11 Mar 2010 19:18:19 +0000 (19:18 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 11 Mar 2010 19:18:19 +0000 (19:18 +0000)
- Fix the DVD Drive Option on the source menu.

git-svn-id: svn://localhost/HandBrake/trunk@3160 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain.cs

index e4f6c05..07f8f4b 100644 (file)
@@ -1915,7 +1915,7 @@ namespace Handbrake
                     return;\r
                 }\r
 \r
-                this.dvdDrivePath = drives[0].RootDirectory + "VIDEO_TS";\r
+                this.dvdDrivePath = drives[0].RootDirectory;\r
                 this.dvdDriveLabel = drives[0].VolumeLabel;\r
                 mnu_dvd_drive.Text = this.dvdDrivePath + " (" + this.dvdDriveLabel + ")";\r
             }\r