Changeset 1365
- Timestamp:
- 07/13/04 01:55:14 (4 years ago)
- Files:
-
- WiredClient/trunk/WCAccountEditor.m (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCAccountEditor.m
r1317 r1365 1 /* $Id: WCAccountEditor.m,v 1. 9 2004/05/23 07:24:21morris Exp $ */1 /* $Id: WCAccountEditor.m,v 1.10 2004/07/12 23:55:14 morris Exp $ */ 2 2 3 3 /* … … 469 469 [_connection sendCommand:WCCreateGroupCommand 470 470 withArgument:[NSString stringWithFormat: 471 @"%@ %@%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u",471 @"%@%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u", 472 472 [_nameTextField stringValue], 473 473 WCFieldSeparator, … … 605 605 [_connection sendCommand:WCEditGroupCommand 606 606 withArgument:[NSString stringWithFormat: 607 @"%@ %@%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u",607 @"%@%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u%@%u", 608 608 [_nameTextField stringValue], 609 609 WCFieldSeparator,
