summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-26 11:56:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-27 13:06:05 +0000
commit978d0494d54a9d673beef7b7bcd7c47dd5e63ed2 (patch)
treeab42069a0491afcb961856bdf6f58d2c4ccbd7c7
parent05ec111a84019f00b6352523971bb0752950f477 (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 (cherry picked from commit b33236bfd25333513823e69fac1bc833ee4b5f6e)
-rw-r--r--sw/inc/globals.hrc2
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)