summaryrefslogtreecommitdiff
path: root/wizard/installation.cpp
diff options
context:
space:
mode:
authorMaximilian Gerhard <maxbox@directbox.com>2012-06-23 22:38:57 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2012-10-11 22:52:57 +0200
commit301abf12928a14502d5286d546e896c77ae04b04 (patch)
tree130874945cb71a3495d2cc7c0f7c09081d177360 /wizard/installation.cpp
parent2c3df0c30e558aae197ccb7eecaa77ecdcecceb4 (diff)
downloadacritoxinstaller-301abf12928a14502d5286d546e896c77ae04b04.zip
acritoxinstaller-301abf12928a14502d5286d546e896c77ae04b04.tar.gz
first icon replacements to use more default icons
Currently the installer uses a few icons that are not part of freedesktop.org default icon set definition. To offer the same graphical user interface experience in different desktop environments these icons needs to be replaced.
Diffstat (limited to 'wizard/installation.cpp')
-rw-r--r--wizard/installation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/installation.cpp b/wizard/installation.cpp
index c5126bf..e5ed35d 100644
--- a/wizard/installation.cpp
+++ b/wizard/installation.cpp
@@ -49,7 +49,7 @@ void wpInstallation::receivedCommand(QString command, QString args)
else if(args == "prepare_target")
{
title = tr("Setting up the installation target...");
- icon = "configure";
+ icon = "applications-system";
}
else if(args == "prepare_partitions_for_install")
{