summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-06-19 17:44:09 +0000
committerdynaflash <[email protected]>2007-06-19 17:44:09 +0000
commit4959371e286039a773996cea289198c95b8ed8eb (patch)
treea4cd6dbbc17cbd1584867b936b75957da4e8f362 /macosx/Controller.h
parent7394995e1ee8ed1f9c8deb6c82a686757a532cd4 (diff)
MacGui: Close Main Window issue fixed.
- Can now close the main HB window while HB is running and then re-open it with the "Main Window" selection in the "Window" toolbar menu without disturbing the current encode. - Note: should probably add "Main Window" to the Dock Icon Context menu as well. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@626 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 8fd68ac42..ee3b8b6de 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -234,7 +234,7 @@
- (IBAction) ShowPicturePanel: (id) sender;
- (IBAction) CalculatePictureSizing: (id) sender;
-
+- (IBAction) OpenMainWindow: (id) sender;
- (IBAction) AddToQueue: (id) sender;
- (IBAction) ShowQueuePanel: (id) sender;