Mantis 153: NSInvalidArgumentException (missing lang classes)

Monotone-Parent: 2494a7d12f52699f7ee338f8403ab926c0c118ab
Monotone-Revision: 8889afbf143b1653a2ac96bad029b4301fc1f146

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-28T13:54:28
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
C Robert 2009-09-28 13:54:28 +00:00
parent 1648d063af
commit f66e173e82
5 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2009-09-28 Cyril Robert <crobert@inverse.ca>
* SoObjects/Appointments/SOGoAptMailInvitation.m: Added Spanish definition.
* SoObjects/Appointments/SOGoAptMailICalReply.m: Added Spanish definition.
* SoObjects/Appointments/SOGoAptMailDeletion.m: Added Spanish definition.
* SoObjects/Appointments/SOGoAptMailUpdate.m: Added Spanish definition.
2009-09-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUser.m (+initialize): avoid a crash when

View File

@ -69,3 +69,9 @@
@implementation SOGoAptMailRussianDeletion
@end
@interface SOGoAptMailSpanishDeletion : SOGoAptMailNotification
@end
@implementation SOGoAptMailSpanishDeletion
@end

View File

@ -245,3 +245,9 @@ static NSCharacterSet *wsSet = nil;
@implementation SOGoAptMailRussianICalReply
@end
@interface SOGoAptMailSpanishICalReply : SOGoAptMailICalReply
@end
@implementation SOGoAptMailSpanishICalReply
@end

View File

@ -69,3 +69,9 @@
@implementation SOGoAptMailRussianInvitation
@end
@interface SOGoAptMailSpanishInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailSpanishInvitation
@end

View File

@ -88,3 +88,11 @@
@implementation SOGoAptMailItalianUpdate
@end
@interface SOGoAptMailSpanishUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailSpanishUpdate
@end