From: Peter Penz Date: Sun, 3 Jun 2007 15:19:52 +0000 (+0000) Subject: David Vignoni recommended to exchange the icon for "Preview"... Fixed now :-) X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/be17fe5a35fbb91bfba862f91061f553bee9b6b7 David Vignoni recommended to exchange the icon for "Preview"... Fixed now :-) svn path=/trunk/KDE/kdebase/apps/; revision=671034 --- 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("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");