diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-26 11:56:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-27 11:08:57 +0000 |
commit | b33236bfd25333513823e69fac1bc833ee4b5f6e (patch) | |
tree | c29227b8c38b7f8835cff6464d8802640f69bf20 | |
parent | fa7708def7601bd07cb7642dc444993d7f8f8587 (diff) |
missing string resource
content.cxx loops over CONTEXT_COUNT so there can't be holes here
regression from
commit 63aa32b726e482c49b2aaae9cad8a7beae3653a4
Author: Caolán McNamara <caolanm@redhat.com>
Date: Mon Sep 28 17:05:40 2015 +0100
move strings out of widget
Change-Id: Ie189e2a910e02a96bc8e1450a2f2b03afaf466ac
-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 d89291e69358..0335de103dca 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -101,7 +101,7 @@ #define STR_HIDDEN (STR_STATUS_FIRST + 0) #define STR_ACTIVE (STR_STATUS_FIRST + 1) #define STR_INACTIVE (STR_STATUS_FIRST + 2) -#define STR_MISC (RC_GLOBALS_BEGIN + 63) +#define STR_MISC (RC_GLOBALS_BEGIN + 62) #define STR_EDIT_ENTRY STR_MISC #define STR_DELETE_ENTRY (STR_MISC + 1) |