summaryrefslogtreecommitdiffstats
path: root/win/C#/frmReadDVD.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-09-19 14:07:46 +0000
committersr55 <[email protected]>2008-09-19 14:07:46 +0000
commit63358f3ed712537de16a10698e55bccc72a2793a (patch)
treeb97c65e451f4c02f3a59bd6e8adc44428b4461c8 /win/C#/frmReadDVD.cs
parentc451bb0b078b4d1bfcea1d9c7ceced9166e15711 (diff)
WinGui:
- Patch from canvas :- use format dropdown value for extension with the autoName function. Typo fix and add's the .m2ts file extension to the file open dialog box. - Fix in calculateDuration, don't crash if start chapter > end chapter. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1728 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmReadDVD.cs')
-rw-r--r--win/C#/frmReadDVD.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmReadDVD.cs b/win/C#/frmReadDVD.cs
index 21dfa6505..f4fc30c71 100644
--- a/win/C#/frmReadDVD.cs
+++ b/win/C#/frmReadDVD.cs
@@ -89,8 +89,8 @@ namespace Handbrake
MessageBox.Show("frmReadDVD.cs - startProc() " + exc.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
closeWindowAfterError();
}
-
}
+
private void updateUIElements()
{
try