Changeset 1108

Show
Ignore:
Timestamp:
03/29/04 01:35:07 (5 years ago)
Author:
morris
Message:

change most window titles to $server - $window

Files:

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:30 morris Exp $ */ 
     1/* $Id: WCAccountEditor.m,v 1.5 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    163163        // --- window title 
    164164        [[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")]]; 
    166166         
    167167        // --- menu icons 
  • WiredClient/trunk/WCAccounts.m

    r1088 r1108  
    1 /* $Id: WCAccounts.m,v 1.5 2004/03/27 21:43:30 morris Exp $ */ 
     1/* $Id: WCAccounts.m,v 1.6 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    151151        // --- window title 
    152152        [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 
    153                 NSLocalizedString(@"Accounts", @"Accounts window title"), 0x2014, [_connection name]]]; 
     153                [_connection name], 0x2014, NSLocalizedString(@"Accounts", @"Accounts window title")]]; 
    154154 
    155155        // --- 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 $ */ 
    22 
    33/* 
     
    8888        // --- set title when host is resolved 
    8989        [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 
    90                 NSLocalizedString(@"Console", @"Console window title"), 0x2014, [_connection name]]]; 
     90                [_connection name], 0x2014, NSLocalizedString(@"Console", @"Console window title")]]; 
    9191 
    9292        // --- show window 
  • WiredClient/trunk/WCFiles.m

    r1102 r1108  
    1 /* $Id: WCFiles.m,v 1.12 2004/03/28 22:48:43 morris Exp $ */ 
     1/* $Id: WCFiles.m,v 1.13 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    139139        // --- window title 
    140140        [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 
    141                 [_path path], 
     141                [_connection name], 
    142142                0x2014, 
    143                 [_connection name]]]; 
     143                [_path path]]]; 
    144144         
    145145        // --- window position 
  • WiredClient/trunk/WCMessages.m

    r1068 r1108  
    1 /* $Id: WCMessages.m,v 1.13 2004/03/26 22:54:09 morris Exp $ */ 
     1/* $Id: WCMessages.m,v 1.14 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    140140        // --- set titles when host is resolved 
    141141        [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 
    142                 NSLocalizedString(@"Messages", @"Messages window title"), 0x2014, [_connection name]]]; 
     142                [_connection name], 0x2014, NSLocalizedString(@"Messages", @"Messages window title")]]; 
    143143 
    144144        // --- show window 
  • WiredClient/trunk/WCNews.m

    r1107 r1108  
    1 /* $Id: WCNews.m,v 1.7 2004/03/28 23:31:29 morris Exp $ */ 
     1/* $Id: WCNews.m,v 1.8 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    124124        // --- set titles when host is resolved 
    125125        [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 
    126                 NSLocalizedString(@"News", @"News window title"), 0x2014, [_connection name]]]; 
     126                [_connection name], 0x2014, NSLocalizedString(@"News", @"News window title")]]; 
    127127 
    128128        // --- show window 
  • WiredClient/trunk/WCPrivateChat.m

    r1073 r1108  
    1 /* $Id: WCPrivateChat.m,v 1.6 2004/03/27 01:32:03 morris Exp $ */ 
     1/* $Id: WCPrivateChat.m,v 1.7 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    109109        // --- window title 
    110110        [[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")]]; 
    112112 
    113113        // --- set up window 
  • WiredClient/trunk/WCPublicChat.m

    r1077 r1108  
    1 /* $Id: WCPublicChat.m,v 1.13 2004/03/27 02:18:29 morris Exp $ */ 
     1/* $Id: WCPublicChat.m,v 1.14 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    162162        // --- set titles when host is resolved 
    163163        [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 
    164                 NSLocalizedString(@"Chat", @"Chat window title"), 0x2014, [_connection name]]]; 
     164                [_connection name], 0x2014, NSLocalizedString(@"Chat", @"Chat window title")]]; 
    165165 
    166166        // --- show window 
     
    179179                [[_connection error] raiseError]; 
    180180                 
    181                 // --- set titles when host is resolved 
     181                // --- set new title 
    182182                [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@ %C %@", 
     183                        [_connection name], 
     184                        0x2014, 
    183185                        NSLocalizedString(@"Chat", @"Chat window title"), 
    184                         0x2014, 
    185                         [_connection name], 
    186186                        0x2014, 
    187187                        NSLocalizedString(@"Disconnected", "Chat window title")]]; 
  • WiredClient/trunk/WCSearch.m

    r1106 r1108  
    1 /* $Id: WCSearch.m,v 1.9 2004/03/28 23:26:16 morris Exp $ */ 
     1/* $Id: WCSearch.m,v 1.10 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    165165        // --- window title 
    166166        [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 
    167                 NSLocalizedString(@"Search", @"Search window title"), 0x2014, [_connection name]]]; 
     167                [_connection name], 0x2014, NSLocalizedString(@"Search", @"Search window title")]]; 
    168168} 
    169169 
  • WiredClient/trunk/WCTransfers.m

    r1083 r1108  
    1 /* $Id: WCTransfers.m,v 1.6 2004/03/27 16:53:11 morris Exp $ */ 
     1/* $Id: WCTransfers.m,v 1.7 2004/03/28 23:35:07 morris Exp $ */ 
    22 
    33/* 
     
    166166        // --- set titles when host is resolved 
    167167        [[self window] setTitle:[NSString stringWithFormat:@"%@ %C %@", 
    168                 NSLocalizedString(@"Transfers", @"Transfers window title"), 0x2014, [_connection name]]]; 
     168                [_connection name], 0x2014, NSLocalizedString(@"Transfers", @"Transfers window title")]]; 
    169169 
    170170        // --- show window