diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-01-21 21:47:29 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-01-21 21:49:18 +0100 |
commit | 9fd38a52e1663addfc6f0581543a066592d3570d (patch) | |
tree | 5361067936507e7156087318dfe25191557eb82e /officecfg | |
parent | f4a2cff16ea546e7d0a135d4b061a65e783ab422 (diff) |
add label to .uno:SearchLabel (related: fdo#81925)
Change-Id: Iaa227ee542396e5f594bd5a1c8ea9529e2bbe04c
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 4a7a1c5d464f..cf7bd62a2a93 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> |