Branch: master

8d657d02 2014-10-14 11:39:35 Timothy Pearson
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
M krecipes/src/krecipesview.cpp
diff --git a/krecipes/src/krecipesview.cpp b/krecipes/src/krecipesview.cpp
index 9f40129..7a611bc 100644
--- a/krecipes/src/krecipesview.cpp
+++ b/krecipes/src/krecipesview.cpp
@@ -153,7 +153,7 @@
 	buttonsList->append( button5 );
 
 	button6 = new KreMenuButton( leftPanel, AuthorsP, dataMenu );
-	button6->setIconSet( il.loadIconSet( "personal", TDEIcon::Panel, 32 ) );
+	button6->setIconSet( il.loadIconSet( "preferences-desktop-personal", TDEIcon::Panel, 32 ) );
 	buttonsList->append( button6 );
 
 	contextButton = new TQPushButton( leftPanel, "contextButton" );
@@ -390,7 +390,7 @@
 		categoriesPanel->reload( Load );
 		break;
 	case AuthorsP:
-		rightPanel->setHeader( i18n( "Authors" ), "personal" );
+		rightPanel->setHeader( i18n( "Authors" ), "preferences-desktop-personal" );
 		rightPanel->raise( authorsPanel );
 		authorsPanel->reload( Load );
 		break;