diff options
author | sr55 <[email protected]> | 2007-07-13 23:47:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-13 23:47:38 +0000 |
commit | 94f9f929935a52ddf7899ff67be5f4cc56c68759 (patch) | |
tree | bb5612f40038ab14db6f809d04733dce968035aa /win/C#/frmReadDVD.cs | |
parent | 95596c211c49e94f13ab67351de18b7e18baf887 (diff) |
WinGui:
- Change toString method in Parsing for timestamp return. removed h,m,s letters.
- Commented out some parsing code that is not needed at this stage.
- Most of the work for the Queue has now been done. Only some cross-thread UI element changes need done.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@679 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmReadDVD.cs')
-rw-r--r-- | win/C#/frmReadDVD.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmReadDVD.cs b/win/C#/frmReadDVD.cs index 1c18ce7a2..070cb5421 100644 --- a/win/C#/frmReadDVD.cs +++ b/win/C#/frmReadDVD.cs @@ -33,7 +33,7 @@ namespace Handbrake // throw cli call and parsing on it's own thread
ThreadPool.QueueUserWorkItem(startProc);
}
-
+
private void updateUIElements()
{
if (this.InvokeRequired)
|