diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:18:20 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 03:18:20 +0200 |
commit | d18c577162efa7bcef98d1c2ae4498b334c1c04c (patch) | |
tree | 19e99d6ec5c75252267e8693943b30b2b3cd7079 /sw/source/uibase/inc | |
parent | cf65baa920e67578f706750989a8686220e36c14 (diff) |
InfoBox STR_SRTERR to String
Change-Id: Ic3b7de3d26e91b260d775e629602758f63a40b85
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r-- | sw/source/uibase/inc/misc.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/misc.hrc b/sw/source/uibase/inc/misc.hrc index dac7b9722db8..eb553dc459b1 100644 --- a/sw/source/uibase/inc/misc.hrc +++ b/sw/source/uibase/inc/misc.hrc @@ -34,7 +34,7 @@ #define STR_QUERY_DELETE_GROUP2 (RC_MISC_BEGIN + 33) #define STR_NO_GLOSSARIES (RC_MISC_BEGIN + 34) -#define MSG_SRTERR (RC_MISC_BEGIN + 42) +#define STR_SRTERR (RC_MISC_BEGIN + 42) #define STR_GLOSSARY (RC_MISC_BEGIN + 43) #define STR_CHANGE_START (RC_MISC_BEGIN + 44) |