1 #import "StatusItemHack.h"
2 #import "MainController.h"
4 @implementation StatusItemHack
8 [StatusItemHack poseAsClass:[NSStatusBarButton class]];
11 - (void)mouseDown:(NSEvent *)event
13 if ([self isEnabled]) {
14 [[MainController sharedController] menuClicked];
16 [super mouseDown:event];