[zephyrchat-cvs] zchat/zChat/English.lproj/FriendsWindow.nib classes.nib,1.8,1.9 info.nib,1.8,1.9 ob
Status: Alpha
Brought to you by:
akosut
|
From: <ak...@us...> - 2003-03-31 15:19:04
|
Update of /cvsroot/zephyrchat/zchat/zChat/English.lproj/FriendsWindow.nib
In directory sc8-pr-cvs1:/tmp/cvs-serv9074/zChat/English.lproj/FriendsWindow.nib
Modified Files:
classes.nib info.nib objects.nib
Log Message:
Switch to MIT-style license.
Index: classes.nib
===================================================================
RCS file: /cvsroot/zephyrchat/zchat/zChat/English.lproj/FriendsWindow.nib/classes.nib,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- classes.nib 26 Mar 2003 22:09:27 -0000 1.8
+++ classes.nib 31 Mar 2003 15:07:46 -0000 1.9
@@ -8,12 +8,6 @@
},
{CLASS = AKViewCell; LANGUAGE = ObjC; SUPERCLASS = NSCell; },
{
- CLASS = CHStackView;
- LANGUAGE = ObjC;
- OUTLETS = {mDataSource = id; };
- SUPERCLASS = NSView;
- },
- {
ACTIONS = {stopModalWithTagFrom = id; stopSheetWithTagFrom = id; };
CLASS = FirstResponder;
LANGUAGE = ObjC;
@@ -25,7 +19,7 @@
LANGUAGE = ObjC;
SUPERCLASS = NSResponder;
},
- {CLASS = ZCDisclosureButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
+ {CLASS = ZCFlippedView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{
ACTIONS = {
chatFriend = id;
@@ -43,7 +37,7 @@
"_chatButton" = NSButton;
"_deleteButton" = NSButton;
"_emailButton" = NSButton;
- "_friends" = CHStackView;
+ "_friendView" = NSView;
"_infoButton" = NSButton;
"_name" = NSTextField;
"_reloadButton" = NSButton;
Index: info.nib
===================================================================
RCS file: /cvsroot/zephyrchat/zchat/zChat/English.lproj/FriendsWindow.nib/info.nib,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- info.nib 26 Mar 2003 22:09:28 -0000 1.8
+++ info.nib 31 Mar 2003 15:07:47 -0000 1.9
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>129 92 395 294 0 0 1024 746 </string>
+ <string>56 97 395 294 0 0 1024 746 </string>
<key>IBFramework Version</key>
<string>291.0</string>
<key>IBOpenObjects</key>
Index: objects.nib
===================================================================
RCS file: /cvsroot/zephyrchat/zchat/zChat/English.lproj/FriendsWindow.nib/objects.nib,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
Binary files /tmp/cvs5Icevz and /tmp/cvsezOvLY differ
|