diff options
| author | Peter Penz <[email protected]> | 2007-06-03 15:19:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-03 15:19:52 +0000 |
| commit | be17fe5a35fbb91bfba862f91061f553bee9b6b7 (patch) | |
| tree | 20eba131e8ad39b1f3aa1008426392a622fcf96a /src/dolphinmainwindow.cpp | |
| parent | 169882474859a365ded04024faeeb85e8b27e860 (diff) | |
David Vignoni recommended to exchange the icon for "Preview"... Fixed now :-)
svn path=/trunk/KDE/kdebase/apps/; revision=671034
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index f00641681..88d05be6b 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1150,7 +1150,7 @@ void DolphinMainWindow::setupActions() KToggleAction* showPreview = actionCollection()->add<KToggleAction>("show_preview"); showPreview->setText(i18n("Preview")); - showPreview->setIcon(KIcon("thumbnail-show")); + showPreview->setIcon(KIcon("fileview-preview")); connect(showPreview, SIGNAL(triggered()), this, SLOT(togglePreview())); KToggleAction* showHiddenFiles = actionCollection()->add<KToggleAction>("show_hidden_files"); |
