summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-17 13:55:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-17 14:12:08 +0100
commit3647626309ef89bf90d8b6a6539d41d8deb6b482 (patch)
treef0857159687aaa908c308f441786b593ff0fd649 /sw/source/ui
parentddc280920282ff3e2801e9a79f9dfa8a6c6f5699 (diff)
Give drawing objects unique names by default
when created through the UI, similar to how frames and graphics get names. This way they appear in the navigator by default Change-Id: I5ec92221583494a0908948d6d0c0815980cb7050
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/app/app.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index c4fee49aad04..b60a7b0a32c4 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -396,6 +396,11 @@ String STR_FRAME_DEFNAME
Text [ en-US ] = "Frame" ;
};
+String STR_SHAPE_DEFNAME
+{
+ Text [ en-US ] = "Shape" ;
+};
+
String STR_REGION_DEFNAME
{
Text [ en-US ] = "Section" ;