--- Vago/trunk/Vago/packageWizard/packagepage4.cpp 2013/03/31 19:02:16 771 +++ s10k/Vago/packageWizard/packagepage4.cpp 2017/12/30 13:43:28 1092 @@ -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(); }