Monotone-Parent: 30278078dfd012e96e074c87b01c0c3a5fab2bbc
Monotone-Revision: 4aebe8e414a3fcd8c8f09db947a8221f926ab5cd

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-12-23T00:12:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-12-23 00:12:14 +00:00
parent b47c7216fd
commit 07e108baf5
4 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ _timeValue (NSString *key)
if (!dateFormatter)
{
dateFormatter = [SOGoDateFormatter new];
[dateFormatter setLocale: [context valueForKey: @"locale"]];
[dateFormatter setLocale: [[WOApplication application] localeForLanguageNamed: [self language]]];
ud = [self userDefaults];
format = [ud stringForKey: @"ShortDateFormat"];
if (format)