diff --git a/macosx/BarButton.m b/macosx/BarButton.m index 34a9bb9e6..31626245b 100644 --- a/macosx/BarButton.m +++ b/macosx/BarButton.m @@ -227,20 +227,6 @@ [super mouseExited: event]; } -/*- (void) mouseDown: (NSEvent *) event -{ - [self setImage: fButtonPressed]; - - [super mouseDown: event]; - - //mouse up after mouse down - if (NSPointInRect([self convertPoint: [[self window] convertScreenToBase: - [NSEvent mouseLocation]] fromView: nil], [self bounds])) - [NSApp sendAction: [self action] to: [self target] from: self]; - - [self setImage: fEnabled ? fButtonSelected : fButtonOver]; -}*/ - - (void) setEnabled: (BOOL) enable { fEnabled = enable; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index d855b7fea..91d729044 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -32,8 +32,8 @@ IBOpenObjects 1603 - 29 21 + 29 IBSystem Version 8J135 diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib index da18b5acf..91a8e7fdb 100644 Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ