--- Vago/trunk/Vago/packageWizard/packagepage4.cpp 2013/03/31 19:02:16 771
+++ Vago/trunk/Vago/packageWizard/packagepage4.cpp 2013/04/07 11:02:56 799
@@ -7,7 +7,7 @@ PackagePage4::PackagePage4(QWidget *pare
{
ui->setupUi(this);
this->setTitle("Package Files");
- this->setSubTitle("Add here the resources to the correspondent plataform for your package.");
+ this->setSubTitle("Add the resources to the corresponding platform for your package.");
commonTable=ui->twCommon;
windowsTable=ui->twWindows;
@@ -30,6 +30,12 @@ PackagePage4::PackagePage4(QWidget *pare
ui->tbWindowsMinus->setToolTip("Remove the selected Windows OS folders");
ui->tbMacMinus->setToolTip("Remove the selected Mac OS folders");
+ ui->lbCommon->setText("Common"); // Don't use rich text in qtdesigner because it generates platform dependent code
+ ui->lbWindowsOnly->setText("Windows Only");
+ ui->lbMacOnly->setText("Mac OS Only");
+
+
+
connectSlots();
}