diff options
| author | Peter Penz <[email protected]> | 2007-03-10 19:41:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-10 19:41:49 +0000 |
| commit | bfcf764b69b9375b1b458d0a0c8ee95f3cb650ac (patch) | |
| tree | cef29ee72be946234010f1181e714c4455d46d32 /src/dolphinsettingsdialog.cpp | |
| parent | d088d8dc322a824ff789492b148d8a1f6ee92f5d (diff) | |
Fixed icon-names so that they match to the new Oxygen naming scheme (erase all Dolphin config files to see the effect). Although Oxygen is not finished yet, it looks very beautiful already, kudos to the Oxygen team :-)
svn path=/trunk/KDE/kdebase/apps/; revision=641285
Diffstat (limited to 'src/dolphinsettingsdialog.cpp')
| -rw-r--r-- | src/dolphinsettingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinsettingsdialog.cpp b/src/dolphinsettingsdialog.cpp index cf66af3b2..55472caaf 100644 --- a/src/dolphinsettingsdialog.cpp +++ b/src/dolphinsettingsdialog.cpp @@ -44,7 +44,7 @@ DolphinSettingsDialog::DolphinSettingsDialog(DolphinMainWindow* mainWindow) : m_viewSettingsPage = new ViewSettingsPage(mainWindow, this); KPageWidgetItem* viewSettingsFrame = addPage(m_viewSettingsPage, i18n("View Modes")); - viewSettingsFrame->setIcon(KIcon("view_choose")); + viewSettingsFrame->setIcon(KIcon("view-choose")); m_bookmarksSettingsPage = new BookmarksSettingsPage(mainWindow, this); KPageWidgetItem* bookmarksSettingsFrame = addPage(m_bookmarksSettingsPage, i18n("Bookmarks")); |
