diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-07-26 23:58:17 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-07-27 00:21:19 +0200 |
commit | 88ef0f8c4dd0359d3a22a689f6eb29251ee1ab79 (patch) | |
tree | c44e546480ec0801cc50271fdad00de24cf9d9e6 /sw/uiconfig/sglobal | |
parent | 73db970431683cfcc7bacedf63b2d51872894b1c (diff) |
findbar: Show the "Search and Replace" button in the FindBar by default.
Diffstat (limited to 'sw/uiconfig/sglobal')
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/findbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/findbar.xml b/sw/uiconfig/sglobal/toolbar/findbar.xml index 078c0fc5bed5..f1b00a5da458 100644 --- a/sw/uiconfig/sglobal/toolbar/findbar.xml +++ b/sw/uiconfig/sglobal/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> |