diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 02:52:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 02:52:38 +0200 |
commit | 5f8da7d0e61b4e0947d9259cde6668676e44e00a (patch) | |
tree | ae4b24697a3edfaa7eae3c04e5e7f9ccd3309b2c /sw/inc | |
parent | 3d52e47c7348aec13453a5e08a7878cb6f45e3a8 (diff) |
InfoBox MSG_ERROR_PASSWD to String
Change-Id: I88a34ad1d54066c30523c6493cbe5f0502adb3fb
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/globals.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index f00f775e0183..4f391bf853ef 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -83,7 +83,7 @@ // INFOBOX ------------------------------------------------------------ #define ERR_CLPBRD_READ (RC_GLOBALS_BEGIN + 1) -#define MSG_ERROR_PASSWD (RC_GLOBALS_BEGIN + 3) +#define STR_ERROR_PASSWD (RC_GLOBALS_BEGIN + 3) // ACC --------------------------------------------------------------- |