From f66e173e82c0b110ce5f770814c638945d2b2632 Mon Sep 17 00:00:00 2001 From: C Robert Date: Mon, 28 Sep 2009 13:54:28 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ SoObjects/Appointments/SOGoAptMailDeletion.m | 6 ++++++ SoObjects/Appointments/SOGoAptMailICalReply.m | 6 ++++++ SoObjects/Appointments/SOGoAptMailInvitation.m | 6 ++++++ SoObjects/Appointments/SOGoAptMailUpdate.m | 8 ++++++++ 5 files changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index 905f41def..ee3e3a6af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-09-28 Cyril Robert + + * 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 * SoObjects/SOGo/SOGoUser.m (+initialize): avoid a crash when diff --git a/SoObjects/Appointments/SOGoAptMailDeletion.m b/SoObjects/Appointments/SOGoAptMailDeletion.m index 970772ddc..ed0e5d277 100644 --- a/SoObjects/Appointments/SOGoAptMailDeletion.m +++ b/SoObjects/Appointments/SOGoAptMailDeletion.m @@ -69,3 +69,9 @@ @implementation SOGoAptMailRussianDeletion @end +@interface SOGoAptMailSpanishDeletion : SOGoAptMailNotification +@end + +@implementation SOGoAptMailSpanishDeletion +@end + diff --git a/SoObjects/Appointments/SOGoAptMailICalReply.m b/SoObjects/Appointments/SOGoAptMailICalReply.m index d0f9e82cb..022114482 100644 --- a/SoObjects/Appointments/SOGoAptMailICalReply.m +++ b/SoObjects/Appointments/SOGoAptMailICalReply.m @@ -245,3 +245,9 @@ static NSCharacterSet *wsSet = nil; @implementation SOGoAptMailRussianICalReply @end +@interface SOGoAptMailSpanishICalReply : SOGoAptMailICalReply +@end + +@implementation SOGoAptMailSpanishICalReply +@end + diff --git a/SoObjects/Appointments/SOGoAptMailInvitation.m b/SoObjects/Appointments/SOGoAptMailInvitation.m index b56cf582b..32c1363c1 100644 --- a/SoObjects/Appointments/SOGoAptMailInvitation.m +++ b/SoObjects/Appointments/SOGoAptMailInvitation.m @@ -69,3 +69,9 @@ @implementation SOGoAptMailRussianInvitation @end +@interface SOGoAptMailSpanishInvitation : SOGoAptMailNotification +@end + +@implementation SOGoAptMailSpanishInvitation +@end + diff --git a/SoObjects/Appointments/SOGoAptMailUpdate.m b/SoObjects/Appointments/SOGoAptMailUpdate.m index e16d68541..6595d1af0 100644 --- a/SoObjects/Appointments/SOGoAptMailUpdate.m +++ b/SoObjects/Appointments/SOGoAptMailUpdate.m @@ -88,3 +88,11 @@ @implementation SOGoAptMailItalianUpdate @end +@interface SOGoAptMailSpanishUpdate : SOGoAptMailNotification +{ +} +@end + +@implementation SOGoAptMailSpanishUpdate +@end +