diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-12-02 06:21:52 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2014-12-02 10:35:34 +0000 |
commit | f8001effbdb9c0f09fe544b7bdbae9c15c82006f (patch) | |
tree | eac9c9c761e61c9dc467ca55c73f651f92857110 /officecfg | |
parent | b46f781440130e6a629bf9ae14a62310d2a31021 (diff) |
fdo#86184 addition of .uno:Graphic to writer's view menu
Change-Id: I08e259173f3cb3f214e478f57e5c0a27e6baabb9
Reviewed-on: https://gerrit.libreoffice.org/13263
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index f4473f2713dd..6a99e7a93cf4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2061,6 +2061,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Images On/Off</value> </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> + <value xml:lang="en-US">Images</value> + </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> |