OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 19 Sep 2008 06:30:57 +0000 (06:30 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 19 Sep 2008 06:30:57 +0000 (06:30 +0000)
- Forgot to remove a line of code used for debugging.

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

win/C#/frmReadDVD.cs

index 8ecedc8..21dfa65 100644 (file)
@@ -75,7 +75,7 @@ namespace Handbrake
                     throw new Exception("Unable to retrieve the DVD Info. dvdinfo.dat is missing. \nExpected location of dvdinfo.dat: \n" + dvdInfoPath);\r
                 }\r
 \r
-                using (StreamReader sr = new StreamReader("c:\\dvdinfo.dat"))\r
+                using (StreamReader sr = new StreamReader(dvdInfoPath))\r
                 {\r
                     thisDvd = Parsing.DVD.Parse(sr);\r
                     sr.Close();\r