Changeset 4295

Show
Ignore:
Timestamp:
06/10/06 16:07:58 (2 years ago)
Author:
morris
Message:

Update from Professor

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/PreferencePane/English.lproj/InfoPlist.strings

    r4102 r4295  
    33CFBundleName = "Wired"; 
    44CFBundleShortVersionString = "Wired Server 1.3.1"; 
    5 CFBundleGetInfoString = "Wired Server 1.3.1, Copyright (c) 2003-2006, Zanka Software."; 
    6 NSHumanReadableCopyright = "Copyright (c) 2003-2006, Zanka Software."; 
     5CFBundleGetInfoString = "Wired Server 1.3.1, Copyright 2003-2006, Zanka Software."; 
     6NSHumanReadableCopyright = "Copyright 2003-2006, Zanka Software."; 
  • WiredServer/trunk/PreferencePane/English.lproj/Wired.nib/classes.nib

    r4181 r4295  
    173173            OUTLETS = { 
    174174                "_accountsController" = WCAccountsController;  
     175                "_accountsTabView" = NSTabView;  
    175176                "_configController" = WCConfigController;  
    176177                "_dashboardController" = WCDashboardController;  
  • WiredServer/trunk/PreferencePane/French.lproj/Wired.nib/classes.nib

    r4181 r4295  
    178178            OUTLETS = { 
    179179                "_accountsController" = WCAccountsController;  
     180                "_accountsTabView" = NSTabView;  
    180181                "_configController" = WCConfigController;  
    181182                "_dashboardController" = WCDashboardController;  
  • WiredServer/trunk/PreferencePane/German.lproj/Localizable.strings

    r4279 r4295  
    1010/* Log header (log) */ 
    1111"===== Displaying %@ =====" = "===== Displaying %@ ====="; 
     12 
     13/* Delete account dialog title (account) */ 
     14"Are you sure you want to delete \"%@\"?" = "Sind sie sicher, dass Sie \"%@\" löschen wollen?"; 
     15 
     16/* Delete account dialog button title */ 
     17"Cancel" = "Abbrechen"; 
     18 
     19/* Delete account dialog button title */ 
     20"Delete" = "Löschen"; 
    1221 
    1322/* Download singular */ 
     
    3443/* Stop button title */ 
    3544"Stop" = "Stop"; 
     45 
     46/* Delete account dialog description */ 
     47"This cannot be undone." = "Das kann nicht widerrufen werden."; 
    3648 
    3749/* Upload singular */ 
  • WiredServer/trunk/PreferencePane/German.lproj/Wired.nib/classes.nib

    r4279 r4295  
    173173            OUTLETS = { 
    174174                "_accountsController" = WCAccountsController;  
     175                "_accountsTabView" = NSTabView;  
    175176                "_configController" = WCConfigController;  
    176177                "_dashboardController" = WCDashboardController;  
  • WiredServer/trunk/PreferencePane/German.lproj/Wired.nib/info.nib

    r4279 r4295  
    99        <key>IBOpenObjects</key> 
    1010        <array> 
     11                <integer>473</integer> 
    1112                <integer>12</integer> 
    1213        </array> 
  • WiredServer/trunk/PreferencePane/Japanese.lproj/Wired.nib/classes.nib

    r4181 r4295  
    178178            OUTLETS = { 
    179179                "_accountsController" = WCAccountsController;  
     180                "_accountsTabView" = NSTabView;  
    180181                "_configController" = WCConfigController;  
    181182                "_dashboardController" = WCDashboardController;  
  • WiredServer/trunk/PreferencePane/WPWired.h

    r3950 r4295  
    3838 
    3939        IBOutlet NSTabView                              *_tabView; 
     40        IBOutlet NSTabView                              *_accountsTabView; 
    4041} 
    4142 
  • WiredServer/trunk/PreferencePane/WPWired.m

    r3950 r4295  
    7474 
    7575- (void)mainViewDidLoad { 
     76        [_tabView selectFirstTabViewItem:NULL]; 
     77        [_accountsTabView selectFirstTabViewItem:NULL]; 
     78         
    7679        [_statusController awakeFromController]; 
    7780        [_logController awakeFromController];