Mapped Print menu item action to Ctrl-P keystroke.

This commit is contained in:
Martin Fuhrer 2007-06-16 18:42:25 +00:00
parent cbb3b9d3c4
commit 4c064f2647

View file

@ -177,7 +177,7 @@ static NSString *getApplicationName(void)
- (IBAction) onPrint:(id)sender
{
macosx.menuAction = 1;
do_print();
[self sendSDLControlKeystroke:SDLK_p];
macosx.menuAction = 0;
}