diff options
author | sr55 <[email protected]> | 2009-08-08 13:24:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-08 13:24:24 +0000 |
commit | bb14bae8d88bc57be47531492f402d0c114fbd66 (patch) | |
tree | f94162627dc59d9cd55716862a2664fa395c2b00 /win/C#/frmMain.cs | |
parent | f3a6967bf5ba2aad43ed4a8e599719950ca91246 (diff) |
WinGui:
- Minor Code tweak / correction in Changelog.html
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2754 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r-- | win/C#/frmMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index b6b156cbb..dd612e212 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -164,7 +164,7 @@ namespace Handbrake // Startup Functions
private void queueRecovery()
{
- if (Main.check_queue_recovery())
+ if (Main.checkQueueRecovery())
{
DialogResult result = MessageBox.Show("HandBrake has detected unfinished items on the queue from the last time the application was launched. Would you like to recover these?", "Queue Recovery Possible", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
|