Monotone-Parent: f5da94d723f4e50739689feb2eddb888c5cec423

Monotone-Revision: 396cb9daa0f5866edb2141f879e47a4b45dbabce

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-04-24T19:18:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-04-24 19:18:40 +00:00
parent a0c49a6edd
commit 6f090c6846
+2 -2
View File
@@ -1,6 +1,6 @@
/* SOGoUserHomePage.m - this file is part of SOGo
*
* Copyright (C) 2007, 2008 Inverse inc.
* Copyright (C) 2007-2009 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
@@ -71,7 +71,7 @@ static NSString *LDAPContactInfoAttribute = nil;
|| [defaultModule isEqualToString: @"Mail"]))
{
[self logWithFormat: @"default module '%@' not accepted (must be"
@"'Calendar', 'Contacts' or Mail)", defaultModule];
@"'Calendar', 'Contacts' or 'Mail')", defaultModule];
defaultModule = @"Calendar";
}
}