mirror of
https://github.com/chocolate-doom/launcher.git
synced 2025-02-19 18:21:27 +00:00
Update NIB to set reference from LauncherManager object to
IWADController object. Subversion-branch: /launcher Subversion-revision: 1779
This commit is contained in:
parent
473dad80b4
commit
f19654488d
3 changed files with 8 additions and 3 deletions
|
@ -27,7 +27,12 @@
|
|||
ACTIONS = {launch = id; runSetup = id; };
|
||||
CLASS = LauncherManager;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {commandLineArguments = id; launcherWindow = id; packageLabel = id; };
|
||||
OUTLETS = {
|
||||
commandLineArguments = id;
|
||||
iwadController = id;
|
||||
launcherWindow = id;
|
||||
packageLabel = id;
|
||||
};
|
||||
SUPERCLASS = NSObject;
|
||||
}
|
||||
);
|
||||
|
|
|
@ -7,15 +7,15 @@
|
|||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>29</key>
|
||||
<string>109 299 210 44 0 0 1440 878 </string>
|
||||
<string>109 299 163 44 0 0 1440 878 </string>
|
||||
</dict>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>29</integer>
|
||||
<integer>227</integer>
|
||||
<integer>21</integer>
|
||||
<integer>29</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8S2167</string>
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue