Fixed sorting of timezones in preferences module.

Monotone-Parent: ee0810b737d9d978b856ca04e9102d7985d6bf82
Monotone-Revision: dfcee5ab2e9d3d65c64801fc45b75ab2a873cfce

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-24T14:43:52
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-24 14:43:52 +00:00
parent 73e41f02dd
commit 67d32dff9a
2 changed files with 5 additions and 6 deletions

View File

@@ -153,7 +153,7 @@
- (NSArray *) timeZonesList
{
return [iCalTimeZone knownTimeZoneNames];
return [[iCalTimeZone knownTimeZoneNames] sortedArrayUsingSelector: @selector (localizedCaseInsensitiveCompare:)];
}
- (NSString *) userTimeZone