diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-07-06 10:26:27 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-07-06 12:21:01 +0200 |
commit | 27ec8e8ab4d670c764c0fc6c550c5a46c7bbf7c7 (patch) | |
tree | 8ccffa3cb0a901483a7a91d02ce2862d8bc45707 | |
parent | 7678e511bc37338c7e9514c835f04a6fc12b82f6 (diff) |
Menubar icons: add icon to Help -> SendFeedback
Change-Id: If88c59e6beddfdfcca95448334cc558ae5720366
Reviewed-on: https://gerrit.libreoffice.org/57042
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
-rw-r--r-- | icon-themes/colibre/cmd/sc_sendfeedback.png | bin | 0 -> 227 bytes | |||
-rw-r--r-- | icon-themes/colibre_svg/cmd/sc_sendfeedback.svg | 4 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/icon-themes/colibre/cmd/sc_sendfeedback.png b/icon-themes/colibre/cmd/sc_sendfeedback.png Binary files differnew file mode 100644 index 000000000000..57f675740a6f --- /dev/null +++ b/icon-themes/colibre/cmd/sc_sendfeedback.png diff --git a/icon-themes/colibre_svg/cmd/sc_sendfeedback.svg b/icon-themes/colibre_svg/cmd/sc_sendfeedback.svg new file mode 100644 index 000000000000..f68a9c1b9382 --- /dev/null +++ b/icon-themes/colibre_svg/cmd/sc_sendfeedback.svg @@ -0,0 +1,4 @@ +<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + + /> + <path d="m1 2h14v12h-14z" fill="#fff"/><g fill="#4d82b8"><path d="m11 3h3v3h-3z"/><path d="m2 9h9v1h-9z"/><path d="m3 11h7v1h-7z"/></g><path d="m1 1c-.554 0-1 .446-1 1v12c0 .554.446 1 1 1h14c .554 0 1-.446 1-1v-12c0-.554-.446-1-1-1zm0 1h14v12h-14z" fill="#808080"/></svg>
\ No newline at end of file diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 25908fd92714..f9eb168431ea 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4997,6 +4997,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Send Feedback...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:QuestionAnswers" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |