commit 614a449d3cbedb010da0f0252348702db4890a79
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Jun 11 15:17:49 2016 -0400
Commit: Simon Howard <fraggle@soulsphere.org>
CommitDate: Sat Jun 11 15:17:49 2016 -0400
osx: Add missing connection for Chex control.
In the previous change, the connection to the new file control for
the Chex Quest IWAD was not added properly. Add this to fix Chex
Quest again.
---
pkg/osx/Resources/launcher.nib/designable.nib | 1 +
pkg/osx/Resources/launcher.nib/keyedobjects.nib | Bin 22494 -> 22570 bytes
2 files changed, 1 insertion(+)
diff --git a/pkg/osx/Resources/launcher.nib/designable.nib b/pkg/osx/Resources/launcher.nib/designable.nib
index 613c4926..9affcd8d 100644
--- a/pkg/osx/Resources/launcher.nib/designable.nib
+++ b/pkg/osx/Resources/launcher.nib/designable.nib
@@ -284,6 +284,7 @@
</customObject>
<customObject id="225" userLabel="IWADController" customClass="IWADController">
<connections>
+ <outlet property="chex" destination="Lk6-np-Wql" id="xyzzy-12345"/>
<outlet property="configWindow" destination="227" id="265"/>
<outlet property="doom1" destination="AlQ-U8-wym" id="XjI-7B-upb"/>
<outlet property="doom2" destination="BpX-4L-Bf7" id="9tZ-Ld-Ave"/>
diff --git a/pkg/osx/Resources/launcher.nib/keyedobjects.nib b/pkg/osx/Resources/launcher.nib/keyedobjects.nib
index 963533f5..d6c360bf 100644
Binary files a/pkg/osx/Resources/launcher.nib/keyedobjects.nib and b/pkg/osx/Resources/launcher.nib/keyedobjects.nib differ