summaryrefslogtreecommitdiffstats
path: root/macosx/HBAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAppDelegate.m')
-rw-r--r--macosx/HBAppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAppDelegate.m b/macosx/HBAppDelegate.m
index b87a77b07..c28164a9e 100644
--- a/macosx/HBAppDelegate.m
+++ b/macosx/HBAppDelegate.m
@@ -418,7 +418,7 @@
*/
- (IBAction)showOutputPanel:(id)sender
{
- [self.outputPanel showOutputPanel:sender];
+ [self.outputPanel showWindow:sender];
}
- (IBAction)showPicturePanel:(id)sender