summaryrefslogtreecommitdiff
path: root/wizard/partitions.cpp
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-05-10 12:06:58 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-05-10 12:06:58 +0200
commit0aa1b7b8f4a7132b8a2930c76e823c73cb42bf82 (patch)
tree223e375703eeb42f8383140c1168826e3f05f677 /wizard/partitions.cpp
parentba894eb21f194a1410b6f1a7be6c0f40909980ca (diff)
downloadacritoxinstaller-0aa1b7b8f4a7132b8a2930c76e823c73cb42bf82.zip
acritoxinstaller-0aa1b7b8f4a7132b8a2930c76e823c73cb42bf82.tar.gz
added initial helptexts
Diffstat (limited to 'wizard/partitions.cpp')
-rw-r--r--wizard/partitions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/partitions.cpp b/wizard/partitions.cpp
index d35e94f..05db470 100644
--- a/wizard/partitions.cpp
+++ b/wizard/partitions.cpp
@@ -17,6 +17,7 @@ void wpPartitions::initializePage()
listWidget->clear();
listWidget->addItem(new ListItem(tr("Manual partitioning"), tr("You will have to do the partitioning with a partition-manager manually. This way you have more possibilities to adjust the installation to your needs. The automatic partitioning lacks several features and is only a (computer generated) list of some possible options."), "partitionmanager", "manual"));
listWidget->addItem(new ListItem(tr("Already partitioned"), tr("If you have already partitioned for the installation and don't want to start a partition manager then select this."), "drive-harddisk", "already"));
+ listWidget->setCurrentRow(0);
clearPage();
}