diff options
| author | Peter Penz <[email protected]> | 2011-03-09 19:18:25 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-03-09 19:19:54 +0100 |
| commit | 65b5d7d8e374700ec322617016b049c58a1fcecd (patch) | |
| tree | ba64f73fde0dd1a70df2676cb2db7e08b89c1403 /src/dolphinmainwindow.h | |
| parent | 39911cad181a168b917b67fb2963e8ebb942210c (diff) | |
Rename the "Filter Panel" to "Search Panel"
Bug reports indicate that users are confused by the term "filter" for this.
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index f4ccfdce4..10ebccb80 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -553,7 +553,7 @@ private: * Set to true, if the filter dock visibility is only temporary set * to true by enabling the search mode. */ - bool m_filterDockIsTemporaryVisible; + bool m_searchDockIsTemporaryVisible; }; inline DolphinViewContainer* DolphinMainWindow::activeViewContainer() const |
