diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-08-03 18:18:20 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-08-11 17:43:35 +0200 |
commit | 769b78c8d2694e85632a97873a68f289d3abea4f (patch) | |
tree | fee70e888b2a4ae8334ed88e9515c0acd254326c /sw/uiconfig/swriter | |
parent | 1a6628bbddc13af51461879d155b139dbbab17ed (diff) |
Use EditHeaderAndFooter like calc does.
This fixes a missing icon bug for writer. Writer tried to load
cmd/sc_editheaderfooter.png but only cmd/sc_editheaderandfooter.png
existed. Calc is using cmd/sc_editheaderandfooter.png so I assumed
this is the right way.
Diffstat (limited to 'sw/uiconfig/swriter')
-rwxr-xr-x | sw/uiconfig/swriter/menubar/menubar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml index e7b7d7f3bc25..bb562a5920e5 100755 --- a/sw/uiconfig/swriter/menubar/menubar.xml +++ b/sw/uiconfig/swriter/menubar/menubar.xml @@ -93,7 +93,7 @@ <menu:menuitem menu:id=".uno:EditGlossary"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:ChangeDatabaseField"/> - <menu:menuitem menu:id=".uno:EditHeaderFooter"/> + <menu:menuitem menu:id=".uno:EditHeaderAndFooter"/> <menu:menuitem menu:id=".uno:FieldDialog"/> <menu:menuitem menu:id=".uno:EditFootnote"/> <menu:menuitem menu:id=".uno:IndexEntryDialog"/> |