diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2014-11-04 00:37:24 +0400 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-04 06:37:23 +0000 |
commit | 1968b5aef456698b2be772cd2d40dece701639b1 (patch) | |
tree | b7cf00249f74ee0a64e606dafae101e8afdf4c1a | |
parent | 6fa33046fe4f718a81e303159192d09b6a15601e (diff) |
fdo#80716 - Adding an icon to the Tools > Options menu entry
Change-Id: I6f379518fc41a2eba2d002c52324f781926fe490
Reviewed-on: https://gerrit.libreoffice.org/12232
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-rw-r--r-- | icon-themes/galaxy/cmd/sc_optionstreedialog.png | bin | 0 -> 991 bytes | |||
-rw-r--r-- | icon-themes/tango/cmd/sc_optionstreedialog.png | bin | 0 -> 991 bytes | |||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 |
3 files changed, 3 insertions, 0 deletions
diff --git a/icon-themes/galaxy/cmd/sc_optionstreedialog.png b/icon-themes/galaxy/cmd/sc_optionstreedialog.png Binary files differnew file mode 100644 index 000000000000..6c5284ddcf5c --- /dev/null +++ b/icon-themes/galaxy/cmd/sc_optionstreedialog.png diff --git a/icon-themes/tango/cmd/sc_optionstreedialog.png b/icon-themes/tango/cmd/sc_optionstreedialog.png Binary files differnew file mode 100644 index 000000000000..6c5284ddcf5c --- /dev/null +++ b/icon-themes/tango/cmd/sc_optionstreedialog.png diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index cb97483f4595..366e93b7dac8 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1721,6 +1721,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Options...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:Zoom200Percent" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |