From d324ed83fa6941f5408402d7ab0ec65f5c18d1d2 Mon Sep 17 00:00:00 2001 From: osnola Date: Mon, 30 Apr 2018 15:25:24 +0200 Subject: tdf#117323 fix import of MS Multiplan for DOS Change-Id: Ica053852c17ac993b4e50c4c58dbaf2ee4f33035 --- writerperfect/inc/strings.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'writerperfect/inc') diff --git a/writerperfect/inc/strings.hrc b/writerperfect/inc/strings.hrc index 9f9b60d8bee8..2bd8d27ac82a 100644 --- a/writerperfect/inc/strings.hrc +++ b/writerperfect/inc/strings.hrc @@ -13,6 +13,7 @@ #define NC_(Context, String) (Context "\004" u8##String) #define STR_ENCODING_DIALOG_TITLE NC_("STR_ENCODING_DIALOG_TITLE", "Import file") +#define STR_ENCODING_DIALOG_TITLE_MSMULTIPLAN NC_("STR_ENCODING_DIALOG_TITLE_MSMULTIPLAN", "Import MS Multiplan for DOS file") #define STR_ENCODING_DIALOG_TITLE_MSWORKS NC_("STR_ENCODING_DIALOG_TITLE_MSWORKS", "Import MS Works file") #define STR_ENCODING_DIALOG_TITLE_MSWRITE NC_("STR_ENCODING_DIALOG_TITLE_MSWRITE", "Import MS Write file") #define STR_ENCODING_DIALOG_TITLE_DOSWORD NC_("STR_ENCODING_DIALOG_TITLE_DOSWORD", "Import MS Word for DOS file") -- cgit