Default value for short date format

This commit is contained in:
Ludovic Marcotte
2015-04-06 10:55:42 -04:00
committed by Francis Lachapelle
parent 023362797b
commit 1fe5e39254
+4 -1
View File
@@ -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"];