mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-03-03 05:29:19 +00:00
Controller classes for extra Help menu items
This commit is contained in:
parent
427d135d6f
commit
6b7e006f01
@ -1,7 +1,15 @@
|
||||
{
|
||||
IBClasses = (
|
||||
{
|
||||
ACTIONS = {NewEmulator = id; PauseAll = id; RunAll = id; TerminateAll = id; };
|
||||
ACTIONS = {
|
||||
HelpHowTo = id;
|
||||
HelpToDo = id;
|
||||
HelpVersions = id;
|
||||
NewEmulator = id;
|
||||
PauseAll = id;
|
||||
RunAll = id;
|
||||
TerminateAll = id;
|
||||
};
|
||||
CLASS = Controller;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {theEmulator = id; thePrefsEditor = id; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user