mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Default value for short date format
This commit is contained in:
committed by
Francis Lachapelle
parent
023362797b
commit
1fe5e39254
@@ -59,7 +59,10 @@
|
||||
|
||||
defaults = [[context activeUser] userDefaults];
|
||||
dirty = NO;
|
||||
|
||||
|
||||
if (![[defaults source] objectForKey: @"SOGoShortDateFormat"])
|
||||
[[defaults source] setObject: @"default" forKey: @"SOGoShortDateFormat"];
|
||||
|
||||
if (![[defaults source] objectForKey: @"SOGoLongDateFormat"])
|
||||
[[defaults source] setObject: @"default" forKey: @"SOGoLongDateFormat"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user