Changeset 1108
- Timestamp:
- 03/29/04 01:35:07 (5 years ago)
- Files:
-
- WiredClient/trunk/WCAccountEditor.m (modified) (2 diffs)
- WiredClient/trunk/WCAccounts.m (modified) (2 diffs)
- WiredClient/trunk/WCConsole.m (modified) (2 diffs)
- WiredClient/trunk/WCFiles.m (modified) (2 diffs)
- WiredClient/trunk/WCMessages.m (modified) (2 diffs)
- WiredClient/trunk/WCNews.m (modified) (2 diffs)
- WiredClient/trunk/WCPrivateChat.m (modified) (2 diffs)
- WiredClient/trunk/WCPublicChat.m (modified) (3 diffs)
- WiredClient/trunk/WCSearch.m (modified) (2 diffs)
- WiredClient/trunk/WCTransfers.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCAccountEditor.m
r1088 r1108 1 /* $Id: WCAccountEditor.m,v 1. 4 2004/03/27 21:43:30morris Exp $ */1 /* $Id: WCAccountEditor.m,v 1.5 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 163 163 // --- window title 164 164 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 165 NSLocalizedString(@"Account Editor", @"Account editor window title"), 0x2014, [_connection name]]];165 [_connection name], 0x2014, NSLocalizedString(@"Account Editor", @"Account editor window title")]]; 166 166 167 167 // --- menu icons WiredClient/trunk/WCAccounts.m
r1088 r1108 1 /* $Id: WCAccounts.m,v 1. 5 2004/03/27 21:43:30morris Exp $ */1 /* $Id: WCAccounts.m,v 1.6 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 151 151 // --- window title 152 152 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 153 NSLocalizedString(@"Accounts", @"Accounts window title"), 0x2014, [_connection name]]];153 [_connection name], 0x2014, NSLocalizedString(@"Accounts", @"Accounts window title")]]; 154 154 155 155 // --- show window WiredClient/trunk/WCConsole.m
r1037 r1108 1 /* $Id: WCConsole.m,v 1. 3 2004/03/18 18:14:37 morris Exp $ */1 /* $Id: WCConsole.m,v 1.4 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 88 88 // --- set title when host is resolved 89 89 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 90 NSLocalizedString(@"Console", @"Console window title"), 0x2014, [_connection name]]];90 [_connection name], 0x2014, NSLocalizedString(@"Console", @"Console window title")]]; 91 91 92 92 // --- show window WiredClient/trunk/WCFiles.m
r1102 r1108 1 /* $Id: WCFiles.m,v 1.1 2 2004/03/28 22:48:43morris Exp $ */1 /* $Id: WCFiles.m,v 1.13 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 139 139 // --- window title 140 140 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 141 [_ path path],141 [_connection name], 142 142 0x2014, 143 [_ connection name]]];143 [_path path]]]; 144 144 145 145 // --- window position WiredClient/trunk/WCMessages.m
r1068 r1108 1 /* $Id: WCMessages.m,v 1.1 3 2004/03/26 22:54:09morris Exp $ */1 /* $Id: WCMessages.m,v 1.14 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 140 140 // --- set titles when host is resolved 141 141 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 142 NSLocalizedString(@"Messages", @"Messages window title"), 0x2014, [_connection name]]];142 [_connection name], 0x2014, NSLocalizedString(@"Messages", @"Messages window title")]]; 143 143 144 144 // --- show window WiredClient/trunk/WCNews.m
r1107 r1108 1 /* $Id: WCNews.m,v 1. 7 2004/03/28 23:31:29morris Exp $ */1 /* $Id: WCNews.m,v 1.8 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 124 124 // --- set titles when host is resolved 125 125 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 126 NSLocalizedString(@"News", @"News window title"), 0x2014, [_connection name]]];126 [_connection name], 0x2014, NSLocalizedString(@"News", @"News window title")]]; 127 127 128 128 // --- show window WiredClient/trunk/WCPrivateChat.m
r1073 r1108 1 /* $Id: WCPrivateChat.m,v 1. 6 2004/03/27 01:32:03morris Exp $ */1 /* $Id: WCPrivateChat.m,v 1.7 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 109 109 // --- window title 110 110 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 111 NSLocalizedString(@"Private Chat", @"Private chat window title"), 0x2014, [_connection name]]];111 [_connection name], 0x2014, NSLocalizedString(@"Private Chat", @"Private chat window title")]]; 112 112 113 113 // --- set up window WiredClient/trunk/WCPublicChat.m
r1077 r1108 1 /* $Id: WCPublicChat.m,v 1.1 3 2004/03/27 02:18:29morris Exp $ */1 /* $Id: WCPublicChat.m,v 1.14 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 162 162 // --- set titles when host is resolved 163 163 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 164 NSLocalizedString(@"Chat", @"Chat window title"), 0x2014, [_connection name]]];164 [_connection name], 0x2014, NSLocalizedString(@"Chat", @"Chat window title")]]; 165 165 166 166 // --- show window … … 179 179 [[_connection error] raiseError]; 180 180 181 // --- set titles when host is resolved181 // --- set new title 182 182 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@ %C %@", 183 [_connection name], 184 0x2014, 183 185 NSLocalizedString(@"Chat", @"Chat window title"), 184 0x2014,185 [_connection name],186 186 0x2014, 187 187 NSLocalizedString(@"Disconnected", "Chat window title")]]; WiredClient/trunk/WCSearch.m
r1106 r1108 1 /* $Id: WCSearch.m,v 1. 9 2004/03/28 23:26:16morris Exp $ */1 /* $Id: WCSearch.m,v 1.10 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 165 165 // --- window title 166 166 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 167 NSLocalizedString(@"Search", @"Search window title"), 0x2014, [_connection name]]];167 [_connection name], 0x2014, NSLocalizedString(@"Search", @"Search window title")]]; 168 168 } 169 169 WiredClient/trunk/WCTransfers.m
r1083 r1108 1 /* $Id: WCTransfers.m,v 1. 6 2004/03/27 16:53:11morris Exp $ */1 /* $Id: WCTransfers.m,v 1.7 2004/03/28 23:35:07 morris Exp $ */ 2 2 3 3 /* … … 166 166 // --- set titles when host is resolved 167 167 [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 168 NSLocalizedString(@"Transfers", @"Transfers window title"), 0x2014, [_connection name]]];168 [_connection name], 0x2014, NSLocalizedString(@"Transfers", @"Transfers window title")]]; 169 169 170 170 // --- show window
