summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/mn.src
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-19 17:51:52 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-19 17:55:18 +0200
commit5398664eed621fbcc644ff949d4841590973bfa3 (patch)
treee8b509bfe689da356a3618e4379604093a5a3339 /sw/source/ui/app/mn.src
parent857f72dfe32b269a864dc30e687ce5920d1c0fda (diff)
fdo#62947 make IDs unique, fixes, better names
Change-Id: I6cbfd43f037fe89e0f753c67c9368b981b85bd35
Diffstat (limited to 'sw/source/ui/app/mn.src')
-rw-r--r--sw/source/ui/app/mn.src9
1 files changed, 4 insertions, 5 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 03c301c6a2c3..2b9431074350 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -295,11 +295,10 @@
Text[ en-US ] = "Down One Level"; \
};
-#define MN_NEW_PASTE_SPECIAL \
+#define MENU_PASTE_SPECIAL \
MenuItem\
{\
- Identifier = SID_PASTE_SPECIAL ; \
- HelpId = CMD_SID_PASTE_SPECIAL ; \
+ Identifier = SID_MENU_PASTE_SPECIAL ; \
Text [ en-US ] = "Paste ~Special" ; \
SubMenu = Menu\
{\
@@ -308,7 +307,7 @@
MenuItem\
{\
Identifier = SID_PASTE_UNFORMATTED ; \
- HelpId = CMD_SID_PASTE_SPECIAL ; \
+ HelpId = CMD_SID_PASTE_UNFORMATTED ; \
Text [ en-US ] = "~Text Only" ; \
};\
MenuItem\
@@ -325,7 +324,7 @@
{ \
ItemList = \
{ \
- MN_NEW_PASTE_SPECIAL \
+ MENU_PASTE_SPECIAL \
MN_RESET \
_NUMBERING_RELATED_MENU \
SEPARATOR ; \