|
From: <ks...@us...> - 2002-06-12 16:12:33
|
Update of /cvsroot/aquachat/AquaChat/English.lproj/AquaChat.nib
In directory usw-pr-cvs1:/tmp/cvs-serv20740/English.lproj/AquaChat.nib
Modified Files:
classes.nib info.nib objects.nib
Log Message:
Clicking on the dock icon reopons the window if it was closed.
The textview now can have rich text and is uneditable.
Index: classes.nib
===================================================================
RCS file: /cvsroot/aquachat/AquaChat/English.lproj/AquaChat.nib/classes.nib,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- classes.nib 12 Jun 2002 06:23:45 -0000 1.6
+++ classes.nib 12 Jun 2002 16:12:29 -0000 1.7
@@ -4,7 +4,7 @@
ACTIONS = {showConnectionsWindow = id; };
CLASS = ACController;
LANGUAGE = ObjC;
- OUTLETS = {tabView = ACTabView; };
+ OUTLETS = {mainWindow = NSWindow; tabView = ACTabView; };
SUPERCLASS = NSObject;
},
{CLASS = ACIRCConnection; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
Index: info.nib
===================================================================
RCS file: /cvsroot/aquachat/AquaChat/English.lproj/AquaChat.nib/info.nib,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- info.nib 12 Jun 2002 06:23:45 -0000 1.6
+++ info.nib 12 Jun 2002 16:12:29 -0000 1.7
@@ -3,11 +3,11 @@
<plist version="0.9">
<dict>
<key>IBDocumentLocation</key>
- <string>75 59 356 240 0 0 1024 746 </string>
+ <string>89 59 356 240 0 0 1152 746 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
- <string>57 702 376 44 0 0 1024 746 </string>
+ <string>68 702 376 44 0 0 1152 746 </string>
</dict>
<key>IBFramework Version</key>
<string>263.2</string>
Index: objects.nib
===================================================================
RCS file: /cvsroot/aquachat/AquaChat/English.lproj/AquaChat.nib/objects.nib,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
Binary files /tmp/cvssjdItf and /tmp/cvsk1IAKk differ
|