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/viewsettingspage.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/viewsettingspage.cpp')
| -rw-r--r-- | src/viewsettingspage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewsettingspage.cpp b/src/viewsettingspage.cpp index d4c7f5bae..6c14e7020 100644 --- a/src/viewsettingspage.cpp +++ b/src/viewsettingspage.cpp @@ -45,11 +45,11 @@ ViewSettingsPage::ViewSettingsPage(DolphinMainWindow* mainWindow, // initialize 'General' tab m_generalPage = new GeneralViewSettingsPage(mainWindow, tabWidget); - tabWidget->addTab(m_generalPage, SmallIcon("view_choose"), i18n("General")); + tabWidget->addTab(m_generalPage, SmallIcon("view-choose"), i18n("General")); // initialize 'Icons' tab m_iconsPage = new IconsViewSettingsPage(mainWindow, tabWidget); - tabWidget->addTab(m_iconsPage, SmallIcon("view_icon"), i18n("Icons")); + tabWidget->addTab(m_iconsPage, SmallIcon("view-icon"), i18n("Icons")); // initialize 'Details' tab m_detailsPage = new DetailsViewSettingsPage(mainWindow, tabWidget); |
