mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Monotone-Parent: d083c5462a586e018b7a81654d14c0bfa96479fd
Monotone-Revision: bb98d0952a0fdaba23dd7246fc96ed2798156426 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-20T14:53:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -311,10 +311,12 @@
|
||||
- (NSString *) itemTimeFormatText
|
||||
{
|
||||
NSString *todayText, *timeFormatText;
|
||||
SOGoDomainDefaults *dd;
|
||||
|
||||
if ([item isEqualToString: @"default"])
|
||||
{
|
||||
todayText = [today descriptionWithCalendarFormat: [locale objectForKey: NSTimeFormatString]
|
||||
dd = [user domainDefaults];
|
||||
todayText = [today descriptionWithCalendarFormat: [dd timeFormat]
|
||||
locale: locale];
|
||||
timeFormatText = [NSString stringWithFormat: @"%@ (%@)",
|
||||
[self labelForKey: item],
|
||||
|
||||
Reference in New Issue
Block a user