Skip to content

Commit

Permalink
Fix preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Nov 7, 2013
1 parent 24ba3b0 commit 1eaa23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/desktop-mac/MainFrameMenu.mm
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ - (void) showAbout: (id) sender {
}

- (void) showPrefs: (id) sender {
[[MainFrameController instance] invokeCommand: @"macPreferences"];
[[MainFrameController instance] invokeCommand: @"showOptions"];
}

+ (NSString *) webScriptNameForSelector: (SEL) sel
Expand Down

0 comments on commit 1eaa23b

Please sign in to comment.