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 /sw/uiconfig/sglobal | |
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 'sw/uiconfig/sglobal')
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/toolbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/toolbar.xml b/sw/uiconfig/sglobal/toolbar/toolbar.xml index e83bae606c23..d413866c2d1f 100644 --- a/sw/uiconfig/sglobal/toolbar/toolbar.xml +++ b/sw/uiconfig/sglobal/toolbar/toolbar.xml @@ -25,6 +25,6 @@ <toolbar:toolbaritem xlink:href=".uno:Hyphenate" toolbar:helpid="20605"/> <toolbar:toolbaritem xlink:href=".uno:ThesaurusDialog" toolbar:helpid="20603"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Graphic" toolbar:helpid="20213"/> + <toolbar:toolbaritem xlink:href=".uno:ShowGraphics" toolbar:helpid="20213"/> <toolbar:toolbaritem xlink:href=".uno:BrowseView" toolbar:helpid="6313"/> </toolbar:toolbar> |