diff options
author | Philippe Jung <phil.jung@free.fr> | 2015-06-01 01:11:37 +0200 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-06-02 07:45:36 +0000 |
commit | c7309a4822633423b0969757c494077fdc27b724 (patch) | |
tree | a601c99dbb28819fac543d037596c7b0b3c70812 /officecfg | |
parent | 1df41142451685d33b1821a839061c63f23e44fd (diff) |
tdf#91783 - Reverse the toggle behaviour of .uno:Graphic Change
Rename:
- .uno:Graphic to .uno:ShowGraphics
- View->Hide Images to View->Images and Charts and invert toggle state
Change-Id: Ife4954e17f7e169b234f477d01409cae52c32efe
Reviewed-on: https://gerrit.libreoffice.org/16010
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 7c6fbd281b90..501409e98fe1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2146,9 +2146,9 @@ <value xml:lang="en-US">~Line Numbering...</value> </prop> </node> - <node oor:name=".uno:Graphic" oor:op="replace"> + <node oor:name=".uno:ShowGraphics" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Hide ~Images</value> + <value xml:lang="en-US">~Images and Charts</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |