mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 00:09:29 +00:00
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:
@@ -153,7 +153,7 @@
|
||||
|
||||
- (NSArray *) timeZonesList
|
||||
{
|
||||
return [iCalTimeZone knownTimeZoneNames];
|
||||
return [[iCalTimeZone knownTimeZoneNames] sortedArrayUsingSelector: @selector (localizedCaseInsensitiveCompare:)];
|
||||
}
|
||||
|
||||
- (NSString *) userTimeZone
|
||||
|
||||
Reference in New Issue
Block a user