[Libreoffice-commits] core.git: icon-themes/breeze icon-themes/breeze_dark icon-themes/breeze_svg officecfg/registry

andreas kainz kainz.a at gmail.com
Sat Apr 22 07:24:11 UTC 2017


 icon-themes/breeze/links.txt                                         |    2 ++
 icon-themes/breeze_dark/links.txt                                    |    2 ++
 icon-themes/breeze_svg/links.txt                                     |    2 ++
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    3 +++
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |    3 +++
 5 files changed, 12 insertions(+)

New commits:
commit 93b500ee7c1cbb141bb77b94054f3bee9c3b510a
Author: andreas kainz <kainz.a at gmail.com>
Date:   Fri Apr 21 21:37:34 2017 +0200

    tdf#107277 add findbar and pagedialog icon to writer
    
    Change-Id: I8a53f99ef9e614fe226ff396ee5258ab192e4c39
    Reviewed-on: https://gerrit.libreoffice.org/36806
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Heiko Tietze <tietze.heiko at googlemail.com>

diff --git a/icon-themes/breeze/links.txt b/icon-themes/breeze/links.txt
index 225600825ade..c73f12acdaa4 100644
--- a/icon-themes/breeze/links.txt
+++ b/icon-themes/breeze/links.txt
@@ -610,6 +610,8 @@ cmd/lc_scrolltonext.png cmd/lc_downsearch.png
 cmd/sc_scrolltonext.png cmd/sc_downsearch.png
 cmd/lc_scrolltoprevious.png cmd/lc_upsearch.png
 cmd/sc_scrolltoprevious.png cmd/sc_upsearch.png
+cmd/lc_findbar.png cmd/lc_recsearch.png
+cmd/sc_findbar.png cmd/sc_recsearch.png
 
 # File Menu
 cmd/lc_exporttopdf.png cmd/lc_exportdirecttopdf.png
diff --git a/icon-themes/breeze_dark/links.txt b/icon-themes/breeze_dark/links.txt
index 225600825ade..c73f12acdaa4 100644
--- a/icon-themes/breeze_dark/links.txt
+++ b/icon-themes/breeze_dark/links.txt
@@ -610,6 +610,8 @@ cmd/lc_scrolltonext.png cmd/lc_downsearch.png
 cmd/sc_scrolltonext.png cmd/sc_downsearch.png
 cmd/lc_scrolltoprevious.png cmd/lc_upsearch.png
 cmd/sc_scrolltoprevious.png cmd/sc_upsearch.png
+cmd/lc_findbar.png cmd/lc_recsearch.png
+cmd/sc_findbar.png cmd/sc_recsearch.png
 
 # File Menu
 cmd/lc_exporttopdf.png cmd/lc_exportdirecttopdf.png
diff --git a/icon-themes/breeze_svg/links.txt b/icon-themes/breeze_svg/links.txt
index 225600825ade..c73f12acdaa4 100644
--- a/icon-themes/breeze_svg/links.txt
+++ b/icon-themes/breeze_svg/links.txt
@@ -610,6 +610,8 @@ cmd/lc_scrolltonext.png cmd/lc_downsearch.png
 cmd/sc_scrolltonext.png cmd/sc_downsearch.png
 cmd/lc_scrolltoprevious.png cmd/lc_upsearch.png
 cmd/sc_scrolltoprevious.png cmd/sc_upsearch.png
+cmd/lc_findbar.png cmd/lc_recsearch.png
+cmd/sc_findbar.png cmd/sc_recsearch.png
 
 # File Menu
 cmd/lc_exporttopdf.png cmd/lc_exportdirecttopdf.png
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index a530a9833800..c5a6e34abcfe 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1636,6 +1636,9 @@
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">~Find...</value>
         </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
       </node>
       <node oor:name=".uno:ExtendedHelp" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index e8ecf2769b41..f9e914195902 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1105,6 +1105,9 @@
         <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">~Page...</value>
         </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
       </node>
       <node oor:name=".uno:TitlePageDialog" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">


More information about the Libreoffice-commits mailing list