From kde-commits Tue Aug 16 15:55:20 2016 From: Tobias Leupold Date: Tue, 16 Aug 2016 15:55:20 +0000 To: kde-commits Subject: [kphotoalbum] Settings: Added appropriate Breeze icons to the settings dialog. Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=147136293124418 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* pare= nt) = = Data data[] =3D { - { i18n("General"), "kphotoalbum", m_generalPage }, + { i18n("General"), "configure-shortcuts", m_generalPage }, { i18n("File Searching & Versions"), "system-search", m_fileVersio= nDetectionPage }, - { 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_exifPag= e }, #endif - { i18n("Database backend"), "system-file-manager", m_databaseBacke= ndPage }, + { 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_faceManage= mentPage }, #endif { QString(), "", 0 } };