[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - icon-themes/colibre icon-themes/colibre_svg officecfg/registry

andreas kainz kainz.a at gmail.com
Fri Jul 6 20:53:17 UTC 2018


 icon-themes/colibre/cmd/sc_sendfeedback.png                          |binary
 icon-themes/colibre_svg/cmd/sc_sendfeedback.svg                      |    4 ++++
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    3 +++
 3 files changed, 7 insertions(+)

New commits:
commit e83f7f242d7b3c1e44546312f5e240fb246273b3
Author: andreas kainz <kainz.a at gmail.com>
Date:   Fri Jul 6 10:26:27 2018 +0200

    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 at gmail.com>
    (cherry picked from commit 27ec8e8ab4d670c764c0fc6c550c5a46c7bbf7c7)
    Reviewed-on: https://gerrit.libreoffice.org/57053

diff --git a/icon-themes/colibre/cmd/sc_sendfeedback.png b/icon-themes/colibre/cmd/sc_sendfeedback.png
new file mode 100644
index 000000000000..57f675740a6f
Binary files /dev/null and b/icon-themes/colibre/cmd/sc_sendfeedback.png differ
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 e15a5c063e16..171766ae25ad 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">


More information about the Libreoffice-commits mailing list