summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-08-03 18:18:20 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-08-11 17:43:35 +0200
commit769b78c8d2694e85632a97873a68f289d3abea4f (patch)
treefee70e888b2a4ae8334ed88e9515c0acd254326c /officecfg
parent1a6628bbddc13af51461879d155b139dbbab17ed (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 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 81b2299a1a49..d3dfac6a1b76 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -301,7 +301,7 @@
<value>1</value>
</prop>
</node>
- <node oor:name=".uno:EditHeaderFooter" oor:op="replace">
+ <node oor:name=".uno:EditHeaderAndFooter" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Headers/Footers</value>
</prop>