[Libreoffice-commits] core.git: officecfg/registry
Andras Timar
andras.timar at collabora.com
Wed Jan 21 12:50:08 PST 2015
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 9fd38a52e1663addfc6f0581543a066592d3570d
Author: Andras Timar <andras.timar at collabora.com>
Date: Wed Jan 21 21:47:29 2015 +0100
add label to .uno:SearchLabel (related: fdo#81925)
Change-Id: Iaa227ee542396e5f594bd5a1c8ea9529e2bbe04c
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 4a7a1c5..cf7bd62 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1520,6 +1520,11 @@
<value>1</value>
</prop>
</node>
+ <node oor:name=".uno:SearchLabel" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">[placeholder for message]</value>
+ </prop>
+ </node>
<node oor:name="vnd.sun.star.findbar:FocusToFindbar" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Find...</value>
More information about the Libreoffice-commits
mailing list