summaryrefslogtreecommitdiff
path: root/wizard/installation.cpp
diff options
context:
space:
mode:
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")
{