diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-26 00:34:14 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-09-26 18:15:14 +0200 |
commit | 74d3dd420bd80f88dd7e1078dd500aba8841aa44 (patch) | |
tree | 65af078fa814a8073e63a239040d5bb3f40f3bdf /sc/inc | |
parent | a953cae319ce4e09626a6f0aae8f84fbb1dc6cf1 (diff) |
add "Manage Names..." entry to Name Box/ScPosWnd
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/globstr.hrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 67170455dfa9..4e88a8e50ef1 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -588,8 +588,11 @@ #define STR_FORM_SPINNER 455 #define STR_FORM_SCROLLBAR 456 -#define STR_PGNUM 457 +#define STR_PGNUM 457 + +#define STR_MANAGE_NAMES 458 + +#define STR_COUNT 459 -#define STR_COUNT 458 #endif |