summaryrefslogtreecommitdiff
path: root/wizard
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
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')
-rw-r--r--wizard/installation.cpp2
-rw-r--r--wizard/partmansel.cpp4
2 files changed, 3 insertions, 3 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")
{
diff --git a/wizard/partmansel.cpp b/wizard/partmansel.cpp
index 9c509e6..2436d8f 100644
--- a/wizard/partmansel.cpp
+++ b/wizard/partmansel.cpp
@@ -37,13 +37,13 @@ void wpPartManSel::receivedDataLine(QString data, QString line)
{
title = tr("cfdisk");
desc = tr("cfdisk is a curses-based partition editor. It is text-only (curses), but it is easy to use.");
- icon = "terminal";
+ icon = "utilities-terminal";
}
else if(app == "fdisk")
{
title = tr("fdisk");
desc = tr("fdisk is a classic partition table manipulator for Linux. It has a Command Line Interface.");
- icon = "terminal";
+ icon = "utilities-terminal";
}
else if(app == "gparted")
{