diff --git a/SoObjects/Mailer/GNUmakefile b/SoObjects/Mailer/GNUmakefile index ee20a8d50..d24effcc6 100644 --- a/SoObjects/Mailer/GNUmakefile +++ b/SoObjects/Mailer/GNUmakefile @@ -133,7 +133,9 @@ Mailer_RESOURCE_FILES += \ SOGoMailUkrainianForward.wo \ SOGoMailUkrainianReply.wo \ SOGoMailWelshForward.wo \ - SOGoMailWelshReply.wo + SOGoMailWelshReply.wo \ + SOGoMailBasqueReply.wo \ + SOGoMailBasqueForward.wo Mailer_LANGUAGES = $(SOGO_LANGUAGES) diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index d8280ef01..326759626 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -85,6 +85,9 @@ @interface SOGoMailGalicianForward : SOGoMailForward @end +@interface SOGoMailBasqueForward : SOGoMailForward +@end + @interface SOGoMailGermanForward : SOGoMailForward @end diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index f442759e8..99eefd4ce 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -339,6 +339,9 @@ @implementation SOGoMailGalicianForward @end +@implementation SOGoMailBasqueForward +@end + @implementation SOGoMailGermanForward @end diff --git a/SoObjects/Mailer/SOGoMailGalicianForward.wo/SOGoMailGalicianReply.wod b/SoObjects/Mailer/SOGoMailGalicianForward.wo/SOGoMailGalicianForward.wod similarity index 100% rename from SoObjects/Mailer/SOGoMailGalicianForward.wo/SOGoMailGalicianReply.wod rename to SoObjects/Mailer/SOGoMailGalicianForward.wo/SOGoMailGalicianForward.wod diff --git a/SoObjects/Mailer/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index bdc2b55b8..b19a2b8ce 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -84,6 +84,9 @@ @interface SOGoMailGalicianReply : SOGoMailReply @end +@interface SOGoMailBasqueReply : SOGoMailReply +@end + @interface SOGoMailGermanReply : SOGoMailReply @end diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index a263459ff..a60cf96a0 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -140,6 +140,9 @@ @implementation SOGoMailGalicianReply @end +@implementation SOGoMailBasqueReply +@end + @implementation SOGoMailGermanReply @end