diff options
author | sr55 <[email protected]> | 2007-07-30 17:46:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-30 17:46:01 +0000 |
commit | ac49c5787b8409495f513f58179e479ebc78f94e (patch) | |
tree | ef1a0c7641eda8692c948a1ce2aaf4e29409ebee /win/C#/frmDvdInfo.cs | |
parent | 4cd7a98940d50d371f62ba36dcb361623550c4a3 (diff) |
WinGui:
- Initial tempory workaround for the hbcli issue with the parser.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@762 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmDvdInfo.cs')
-rw-r--r-- | win/C#/frmDvdInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmDvdInfo.cs b/win/C#/frmDvdInfo.cs index 06ca59932..9e798ea93 100644 --- a/win/C#/frmDvdInfo.cs +++ b/win/C#/frmDvdInfo.cs @@ -40,5 +40,6 @@ namespace Handbrake this.Hide();
base.OnClosing(e);
}
+
}
}
\ No newline at end of file |