diff options
author | sr55 <[email protected]> | 2009-03-15 14:12:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-03-15 14:12:48 +0000 |
commit | 48f7c00f4e9aa893f97c425746dd1cace8215620 (patch) | |
tree | d8ed24114ff8744e21c74ee60662d16f13e4a16e /win/C#/frmQueue.cs | |
parent | 30b537ed1847e996f74338bab2441e59c8c8d05f (diff) |
WinGui:
- Enable tabstops on the add preset window.
- Confirm closing of program if Queue is running (ExDeus)
- Minor fixes/cleanup from Exdeus (Destination Browse Button, Tools > Show Queue, MessageBox in frmQueue)
- Code cleanup in a few other files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2260 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r-- | win/C#/frmQueue.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs index 26fd97311..769921691 100644 --- a/win/C#/frmQueue.cs +++ b/win/C#/frmQueue.cs @@ -87,7 +87,7 @@ namespace Handbrake queue.pauseEncode();
setUIEncodeFinished();
resetQueue();
- MessageBox.Show("No further items on the queue will start. The current encode process will continue until it is finished. \nClick 'Encode Video' when you wish to continue encoding the queue.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
+ MessageBox.Show("No further items on the queue will start. The current encode process will continue until it is finished. \nClick 'Encode' when you wish to continue encoding the queue.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
// Window Display Management
|