summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-06-19 10:11:34 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-06-19 11:29:31 +0200
commit692ea03e1d9974d036e1b9109c3fe32e1c0e51cd (patch)
tree3dfedbecd4b8e345d97635ec5cc2ac2a63766956 /sw/source/ui
parent7f77b8a689f84a03495ac5911236b68f01ee7b24 (diff)
sw: add UI for removing the textbox of a draw shape
Change-Id: Ib95573228d3dc98c88cd4af19995c99433c84ae6
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/app/mn.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index 80090e0e8229..f62c8da77dd2 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -1050,6 +1050,12 @@ Menu MN_DRAW_POPUPMENU
HelpId = CMD_FN_ADD_TEXT_BOX;
Text [ en-US ] = "Add Text Box";
};
+ MenuItem
+ {
+ Identifier = FN_REMOVE_TEXT_BOX;
+ HelpId = CMD_FN_REMOVE_TEXT_BOX;
+ Text [ en-US ] = "Remove Text Box";
+ };
};
};