Branch: master

d55333fd 2015-03-26 12:26:22 Timothy Pearson
Bring system icon into XDG compliance
M plugin/simplestyle.cpp
diff --git a/plugin/simplestyle.cpp b/plugin/simplestyle.cpp
index cd65c13..a1b2131 100644
--- a/plugin/simplestyle.cpp
+++ b/plugin/simplestyle.cpp
@@ -442,7 +442,7 @@
 			retswitch = 3;
 			break;
 		case QStyle::SP_ComputerIcon:
-			iconLookupName = "system";
+			iconLookupName = "computer";
 			retswitch = 3;
 			break;
 		case QStyle::SP_DriveFDIcon: