[kgraphviewer-devel] [kgraphviewer] src: Fix missing icons in kgrapheditor

Jekyll Wu adaptee at gmail.com
Mon Jul 9 14:27:53 UTC 2012


Git commit c1e4d0d7f67f6154ab4a95c6a052f41d43a5ac9d by Jekyll Wu.
Committed on 08/07/2012 at 20:29.
Pushed by jekyllwu into branch 'master'.

Fix missing icons in kgrapheditor

This is a follow up of commit 7a72a3

REVIEW: 105482

M  +4    -4    src/kgrapheditorConfigDialog.cpp

http://commits.kde.org/kgraphviewer/c1e4d0d7f67f6154ab4a95c6a052f41d43a5ac9d

diff --git a/src/kgrapheditorConfigDialog.cpp b/src/kgrapheditorConfigDialog.cpp
index 7b7ad15..e4e7d12 100644
--- a/src/kgrapheditorConfigDialog.cpp
+++ b/src/kgrapheditorConfigDialog.cpp
@@ -62,10 +62,10 @@ KgeConfigurationDialog::KgeConfigurationDialog (QWidget *parent, const QString&
   m_openingWidget->setupUi(page2);
   QWidget* page3 = new QWidget();
   m_reopeningWidget->setupUi(page3);
-  addPage( page0, i18n("Parsing"), "kgraphparsingoptions", i18n("Parsing"), false);
-  addPage( page1, i18n("Reloading"), "kgraphreloadoptions", i18n("Reloading"), false); 
-  addPage( page2, i18n("Opening"), "kgraphopeningoptions", i18n("Opening"), false); 
-  addPage( page3, i18n("Session Management"), "kgraphreopeningoptions", i18n("Session Management"), false); 
+  addPage( page0, i18n("Parsing"), "preferences-other", i18n("Parsing"), false);
+  addPage( page1, i18n("Reloading"), "view-refresh", i18n("Reloading"), false);
+  addPage( page2, i18n("Opening"), "document-open", i18n("Opening"), false);
+  addPage( page3, i18n("Session Management"), "preferences-other", i18n("Session Management"), false);
   connect(m_parsingWidget->parsingMode, SIGNAL(clicked(int)), this, SLOT(settingChanged(int)));
   connect(m_reloadWidget->reloadOnChangeMode, SIGNAL(clicked(int)), this, SLOT(settingChanged(int)));
   connect(m_openingWidget->openInExistingWindowMode, SIGNAL(clicked(int)), this, SLOT(settingChanged(int)));


More information about the kgraphviewer-devel mailing list