David Vignoni recommended to exchange the icon for "Preview"... Fixed now :-)

svn path=/trunk/KDE/kdebase/apps/; revision=671034
This commit is contained in:
Peter Penz 2007-06-03 15:19:52 +00:00
parent 1698824748
commit be17fe5a35

View file

@ -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");