[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kphotoalbum] Settings: Added appropriate Breeze icons to the settings dialog.
From:       Tobias Leupold <tobias.leupold () web ! de>
Date:       2016-08-16 15:55:20
Message-ID: E1bZgi0-00012n-HD () code ! kde ! org
[Download RAW message or body]

Git commit 849b1cd5198dd20dee328aeffb1969b33108c07a by Tobias Leupold.
Committed on 16/08/2016 at 15:55.
Pushed by tleupold into branch 'master'.

Added appropriate Breeze icons to the settings dialog.

M  +8    -8    Settings/SettingsDialog.cpp

http://commits.kde.org/kphotoalbum/849b1cd5198dd20dee328aeffb1969b33108c07a

diff --git a/Settings/SettingsDialog.cpp b/Settings/SettingsDialog.cpp
index cbb54dc..60db499 100644
--- a/Settings/SettingsDialog.cpp
+++ b/Settings/SettingsDialog.cpp
@@ -77,23 +77,23 @@ Settings::SettingsDialog::SettingsDialog( QWidget* parent)
 
 
     Data data[] = {
-        { i18n("General"), "kphotoalbum", m_generalPage },
+        { i18n("General"), "configure-shortcuts", m_generalPage },
         { i18n("File Searching & Versions"), "system-search", m_fileVersionDetectionPage },
-        { i18n("Thumbnail View" ), "view-list-icons", m_thumbnailsPage },
-        { i18n("Categories"), "user-identity", m_categoryPage },
-        { i18n("Birthdays"), "office-calendar", m_birthdayPage },
-        { i18n("Tag Groups" ), "edit-copy", m_tagGroupsPage },
+        { i18n("Thumbnail View" ), "view-preview", m_thumbnailsPage },
+        { i18n("Categories"), "edit-group", m_categoryPage },
+        { i18n("Birthdays"), "view-calendar-birthday", m_birthdayPage },
+        { i18n("Tag Groups" ), "view-group", m_tagGroupsPage },
         { i18n("Viewer" ), "document-preview", m_viewerPage },
 #ifdef HASKIPI
-        { i18n("Plugins" ), "preferences-plugin", m_pluginsPage },
+        { i18n("Plugins" ), "plugins", m_pluginsPage },
 #endif
 
 #ifdef HAVE_EXIV2
         { i18n("EXIF/IPTC Information" ), "document-properties", m_exifPage },
 #endif
-        { i18n("Database backend"), "system-file-manager", m_databaseBackendPage },
+        { i18n("Database backend"), "document-save", m_databaseBackendPage },
 #ifdef HAVE_KFACE
-        { i18n("Face management" ), "edit-find-user", m_faceManagementPage },
+        { i18n("Face management" ), "edit-image-face-detect", m_faceManagementPage },
 #endif
         { QString(), "", 0 }
     };
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic