[Libreoffice-commits] core.git: officecfg/registry

Susobhan Ghosh susobhang70 at gmail.com
Fri Jun 10 21:13:12 UTC 2016


 officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0d66c76fc61c09df17b0a1bebbcc5270df267117
Author: Susobhan Ghosh <susobhang70 at gmail.com>
Date:   Sat Jun 11 00:16:17 2016 +0530

    tdf#83830: Change Page Deck Icon and Tooltip
    
    Change-Id: I8d6ade1dfaf972fb4b657226f30422a329270030
    Reviewed-on: https://gerrit.libreoffice.org/26174
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 776782e..4be7a46 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -43,17 +43,17 @@
 
       <node oor:name="WriterPageDeck" oor:op="replace">
         <prop oor:name="Title" oor:type="xs:string">
-          <value xml:lang="en-US">Properties</value>
+          <value xml:lang="en-US">Page</value>
         </prop>
         <prop oor:name="Id" oor:type="xs:string">
           <value>WriterPageDeck</value>
         </prop>
         <prop oor:name="IconURL" oor:type="xs:string">
-          <value>private:graphicrepository/sfx2/res/symphony/sidebar-template-large.png</value>
+          <value>private:graphicrepository/cmd/lc_adddirect.png</value>
         </prop>
         <prop oor:name="ContextList">
           <value oor:separator=";">
-            any, any, visible ;
+            Writer, any, visible ;
           </value>
         </prop>
         <prop oor:name="OrderIndex" oor:type="xs:int">


More information about the Libreoffice-commits mailing list