[Libreoffice-commits] core.git: officecfg/registry
Yousuf Philips
philipz85 at hotmail.com
Fri Oct 31 02:12:33 PDT 2014
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit bf4aa9172a906353251b39bd4d3c27f7f30efee7
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Fri Oct 31 13:02:53 2014 +0400
fix missing page break icon from showing
Change-Id: Ia205db098ea585e0c72e89dff43fde83becdabe2
Reviewed-on: https://gerrit.libreoffice.org/12162
Reviewed-by: Matthew Francis <mjay.francis at gmail.com>
Tested-by: Matthew Francis <mjay.francis at gmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 839f5cd..2fea2a5 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -358,7 +358,10 @@
</node>
<node oor:name=".uno:InsertPagebreak" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Insert Manual Page Break</value>
+ <value xml:lang="en-US">Insert Page Break</value>
+ </prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
</prop>
</node>
<node oor:name=".uno:InsertAnnotation" oor:op="replace">
More information about the Libreoffice-commits
mailing list