From be17fe5a35fbb91bfba862f91061f553bee9b6b7 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 3 Jun 2007 15:19:52 +0000 Subject: [PATCH] David Vignoni recommended to exchange the icon for "Preview"... Fixed now :-) svn path=/trunk/KDE/kdebase/apps/; revision=671034 --- src/dolphinmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index f006416818..88d05be6b7 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1150,7 +1150,7 @@ void DolphinMainWindow::setupActions() KToggleAction* showPreview = actionCollection()->add("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("show_hidden_files");