diff options
author | andreas kainz <kainz.a@gmail.com> | 2017-04-07 22:22:42 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-04-10 05:11:46 +0200 |
commit | 175c0fa9fc5ab6d791eca67ded404adf85243344 (patch) | |
tree | 7a09e788ee60dc40e261ae918b1234663e4cb71d /officecfg | |
parent | 6cd854f8ac4d7ae5ed260fa3a983a02fd4fff0fd (diff) |
add newwindow icon in the ui and the breeze icon for newwindow
Change-Id: Ia252ed209752e04cb3ce3a6cd7d3d5266f931cdb
Reviewed-on: https://gerrit.libreoffice.org/36283
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 |
1 files changed, 3 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 537256064d59..ffb72438f46b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3384,6 +3384,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~New Window</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:ClearOutline" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |