diff options
| author | Peter Penz <[email protected]> | 2007-03-11 14:45:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-11 14:45:39 +0000 |
| commit | 66efe4d7061344dcd2070979dbe6ec4cb50df44b (patch) | |
| tree | b62b591681d1e26e16032dfe0a0e70ca0bbed364 /src | |
| parent | 57e674992771b9dc885097d1ea1b50e5c41cd5a4 (diff) | |
fixed icon naming
svn path=/trunk/KDE/kdebase/apps/; revision=641494
Diffstat (limited to 'src')
| -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 ecb27db15..81a1f7413 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(SmallIcon("view_icon"), i18n("Icons")); + m_viewMode->addItem(SmallIcon("view-icon"), i18n("Icons")); m_viewMode->addItem(SmallIcon("fileview-text"), i18n("Details")); const int index = static_cast<int>(m_viewProps->viewMode()); m_viewMode->setCurrentIndex(index); |
