mirror of
https://github.com/ksherlock/ample.git
synced 2025-04-07 13:38:01 +00:00
MAME documentation menu item.
This commit is contained in:
parent
a3f96076f5
commit
c92ab50079
@ -184,5 +184,11 @@
|
||||
NSWorkspace *ws = [NSWorkspace sharedWorkspace];
|
||||
[ws openURL: url];
|
||||
}
|
||||
- (IBAction)mameDocumentation:(id)sender {
|
||||
NSWorkspace *ws = [NSWorkspace sharedWorkspace];
|
||||
|
||||
NSURL *url = [NSURL URLWithString: @"https://docs.mamedev.org"];
|
||||
[ws openURL: url];
|
||||
}
|
||||
|
||||
@end
|
||||
|
@ -436,6 +436,12 @@
|
||||
<action selector="showHelp:" target="-1" id="y7X-2Q-9no"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="MAME Documentation" id="1IW-V0-UWA">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="mameDocumentation:" target="Voe-Tx-rLC" id="K8T-nZ-c5J"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</menuItem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user