From 0a590ba3886093da13c8391e33dcb61c4066014f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 26 Aug 2013 08:59:43 -0400 Subject: [PATCH] Fix Finnish mail reply/forward templates --- NEWS | 12 ++++++++++++ SoObjects/Mailer/GNUmakefile | 2 ++ SoObjects/Mailer/SOGoMailForward.h | 3 +++ SoObjects/Mailer/SOGoMailForward.m | 3 +++ SoObjects/Mailer/SOGoMailReply.h | 3 +++ SoObjects/Mailer/SOGoMailReply.m | 3 +++ 6 files changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 3866b8770..18cd75bae 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +2.0.8 (2013-MM-DD) +------------------ + +New features + - + +Enhancements + - + +Bug fixes + - fixed Finnish mail reply/forward templates + 2.0.7 (2013-07-19) ------------------ diff --git a/SoObjects/Mailer/GNUmakefile b/SoObjects/Mailer/GNUmakefile index 7934e878a..90a85f8ef 100644 --- a/SoObjects/Mailer/GNUmakefile +++ b/SoObjects/Mailer/GNUmakefile @@ -57,6 +57,8 @@ Mailer_RESOURCE_FILES += \ SOGoMailDutchReply.wo \ SOGoMailEnglishForward.wo \ SOGoMailEnglishReply.wo \ + SOGoMailFinnishForward.wo \ + SOGoMailFinnishReply.wo \ SOGoMailFrenchForward.wo \ SOGoMailFrenchReply.wo \ SOGoMailGermanForward.wo \ diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index 032733692..a330a033a 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -58,6 +58,9 @@ @interface SOGoMailEnglishForward : SOGoMailForward @end +@interface SOGoMailFinnishForward : SOGoMailForward +@end + @interface SOGoMailFrenchForward : SOGoMailForward @end diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index 3fcdb840a..ad7f12c23 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -262,6 +262,9 @@ @implementation SOGoMailEnglishForward @end +@implementation SOGoMailFinnishForward +@end + @implementation SOGoMailFrenchForward @end diff --git a/SoObjects/Mailer/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index 20b698f76..e519138bb 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -63,6 +63,9 @@ @interface SOGoMailEnglishReply : SOGoMailReply @end +@interface SOGoMailFinnishReply : SOGoMailReply +@end + @interface SOGoMailFrenchReply : SOGoMailReply @end diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index 5738d520f..8755306ee 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -120,6 +120,9 @@ @implementation SOGoMailEnglishReply @end +@implementation SOGoMailFinnishReply +@end + @implementation SOGoMailFrenchReply @end