[Libreoffice-commits] .: sd/uiconfig

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Jul 26 15:24:04 PDT 2011


 sd/uiconfig/sdraw/toolbar/findbar.xml    |    2 +-
 sd/uiconfig/simpress/toolbar/findbar.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3f79e37bc75d3bc98d39b94d830e8b6e2a94fb3d
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Jul 26 23:58:17 2011 +0200

    findbar: Show the "Search and Replace" button in the FindBar by default.

diff --git a/sd/uiconfig/sdraw/toolbar/findbar.xml b/sd/uiconfig/sdraw/toolbar/findbar.xml
index 078c0fc..f1b00a5 100644
--- a/sd/uiconfig/sdraw/toolbar/findbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/findbar.xml
@@ -4,5 +4,5 @@
  <toolbar:toolbaritem xlink:href=".uno:FindText"/>
  <toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
  <toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
- <toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
 </toolbar:toolbar>
diff --git a/sd/uiconfig/simpress/toolbar/findbar.xml b/sd/uiconfig/simpress/toolbar/findbar.xml
index 0338d31..c2e10c2 100644
--- a/sd/uiconfig/simpress/toolbar/findbar.xml
+++ b/sd/uiconfig/simpress/toolbar/findbar.xml
@@ -4,5 +4,5 @@
   <toolbar:toolbaritem xlink:href=".uno:FindText"/>
   <toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
   <toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
-  <toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:visible="false"/>
+  <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
 </toolbar:toolbar>


More information about the Libreoffice-commits mailing list