Reordered support languages

Monotone-Parent: 1a93c62b406f528779187ea92a5deb51969697ac
Monotone-Revision: 6bcbf38fda24078ff8ec9c45526f9457cf006d0e

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-05-23T11:17:51
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2009-05-23 11:17:51 +00:00
parent dd0fc5a714
commit 7f6dc0d25a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static NSArray *supportedLanguages = nil;
+ (void) initialize
{
if (!supportedLanguages)
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Spanish", @"Welsh", @"Russian", nil];
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Russian", @"Spanish", @"Welsh", nil];
}
/* accessors */