See ChangeLog

Monotone-Parent: 3b52714060113176005a0886d4a2e1a33ab89ecc
Monotone-Revision: 1a93c62b406f528779187ea92a5deb51969697ac

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-05-23T11:12:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-05-23 11:12:34 +00:00
parent 6d07744e36
commit dd0fc5a714
24 changed files with 89 additions and 10 deletions
+5 -1
View File
@@ -38,7 +38,7 @@ Appointments_RESOURCE_FILES += \
Version \
product.plist \
Appointments_LANGUAGES = Dutch English French German Italian Spanish Welsh
Appointments_LANGUAGES = Dutch English French German Italian Spanish Welsh Russian
Appointments_LOCALIZED_RESOURCE_FILES = Localizable.strings
@@ -59,6 +59,10 @@ Appointments_COMPONENTS += \
SOGoAptMailGermanICalReply.wo \
SOGoAptMailGermanDeletion.wo \
SOGoAptMailGermanUpdate.wo \
SOGoAptMailRussianInvitation.wo \
SOGoAptMailRussianICalReply.wo \
SOGoAptMailRussianDeletion.wo \
SOGoAptMailRussianUpdate.wo \
SOGoAptMailItalianInvitation.wo \
SOGoAptMailItalianICalReply.wo \
SOGoAptMailItalianDeletion.wo \
@@ -45,3 +45,9 @@
@implementation SOGoAptMailItalianDeletion
@end
@interface SOGoAptMailRussianDeletion : SOGoAptMailNotification
@end
@implementation SOGoAptMailRussianDeletion
@end
@@ -216,3 +216,9 @@ static NSCharacterSet *wsSet = nil;
@implementation SOGoAptMailItalianICalReply
@end
@interface SOGoAptMailRussianICalReply : SOGoAptMailICalReply
@end
@implementation SOGoAptMailRussianICalReply
@end
@@ -45,3 +45,9 @@
@implementation SOGoAptMailItalianInvitation
@end
@interface SOGoAptMailRussianInvitation : SOGoAptMailNotification
@end
@implementation SOGoAptMailRussianInvitation
@end
@@ -29,6 +29,14 @@
@implementation SOGoAptMailEnglishUpdate
@end
@interface SOGoAptMailRussianUpdate : SOGoAptMailNotification
{
}
@end
@implementation SOGoAptMailRussianUpdate
@end
@interface SOGoAptMailFrenchUpdate : SOGoAptMailNotification
{
}