Fixed missing class definitions for the Czech translation

Monotone-Parent: e711b8e1d1fd30a248ca0806a9a0d0c2b49e2e75
Monotone-Revision: dbdc0f3b0ca4763169734e68363edeeedb85e5d4

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-08-05T11:06:06
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2009-08-05 11:06:06 +00:00
parent b07d16dce5
commit cc3e9cef5d
4 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,9 @@
@end
@interface SOGoMailCzechForward : SOGoMailForward
@end
@interface SOGoMailDutchForward : SOGoMailForward
@end

View File

@ -225,6 +225,9 @@
@end
@implementation SOGoMailCzechForward
@end
@implementation SOGoMailDutchForward
@end

View File

@ -44,6 +44,9 @@
@end
@interface SOGoMailCzechReply : SOGoMailReply
@end
@interface SOGoMailDutchReply : SOGoMailReply
@end

View File

@ -108,6 +108,9 @@
@end
@implementation SOGoMailCzechReply
@end
@implementation SOGoMailDutchReply
@end