diff options
| author | Peter Penz <[email protected]> | 2007-06-03 13:31:16 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-03 13:31:16 +0000 |
| commit | 144c3d0f7cef14d44244ad135291d3b891127f25 (patch) | |
| tree | 24a18d76ab8e59bb2150de717229f1556b92be13 /src/viewpropertiesdialog.cpp | |
| parent | c4efe6d77440d4d818457cfe34d848a75d3ee3dd (diff) | |
use "fileview-icon" instead of "view-icon" (thanks to David Vignoni for the update!)
svn path=/trunk/KDE/kdebase/apps/; revision=671004
Diffstat (limited to 'src/viewpropertiesdialog.cpp')
| -rw-r--r-- | src/viewpropertiesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp index 34adabaf5..0a0c3cac5 100644 --- a/src/viewpropertiesdialog.cpp +++ b/src/viewpropertiesdialog.cpp @@ -80,7 +80,7 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) : QLabel* viewModeLabel = new QLabel(i18n("View mode:"), propsBox); m_viewMode = new QComboBox(propsBox); - m_viewMode->addItem(KIcon("view-icon"), i18n("Icons")); + m_viewMode->addItem(KIcon("fileview-icon"), i18n("Icons")); m_viewMode->addItem(KIcon("fileview-text"), i18n("Details")); m_viewMode->addItem(KIcon("fileview-column"), i18n("Column")); const int index = static_cast<int>(m_viewProps->viewMode()); |
