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

View file

@ -60,6 +60,9 @@
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"];