summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-10-14 11:44:54 +0000
committersr55 <[email protected]>2007-10-14 11:44:54 +0000
commit630588694d7c2c070024ccf580125edbe49e6497 (patch)
tree716d63f49b4335ecae8be60eda81ca9f2e6cbffe /win/C#/frmQueue.cs
parent46fb7d4c533333b92f2c3ed2ddf6f3d1a830ab6c (diff)
WinGUI:
- New development tab (hidden in release builds) for testing functions. - Fixed: chapter markers now get saved when using "set default" option - Fixed: crash on query editor if copy was used with an empty text box - Fixed: a few corrupted presets - Added: Width / height & anamorphic options get highlighted in red if someone tries to change the width/height when anamorphic is enabled. (text explanation added) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1024 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r--win/C#/frmQueue.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index a08591c51..07c0f4037 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -120,8 +120,8 @@ namespace Handbrake
#endregion
- #region Queue Management
+ #region Queue Management
private void btn_up_Click(object sender, EventArgs e)
{
int count = list_queue.Items.Count;
@@ -162,6 +162,8 @@ namespace Handbrake
}
#endregion
+
+
#region Window Management
private void btn_Close_Click(object sender, EventArgs e)