ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/packageWizard/packagepage4.cpp
(Generate patch)

Comparing Vago/trunk/Vago/packageWizard/packagepage4.cpp (file contents):
Revision 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
Revision 790 by s10k, Sat Apr 6 20:54:26 2013 UTC

# Line 30 | Line 30 | PackagePage4::PackagePage4(QWidget *pare
30      ui->tbWindowsMinus->setToolTip("Remove the selected Windows OS folders");
31      ui->tbMacMinus->setToolTip("Remove the selected Mac OS folders");
32  
33 +    ui->lbCommon->setText("<html><b>Common</b></html>"); // Don't use rich text in qtdesigner because it generates platform dependent code
34 +    ui->lbWindowsOnly->setText("<html><b>Windows Only</b></html>");
35 +    ui->lbMacOnly->setText("<html><b>Mac OS Only</b></html>");
36 +
37 +
38 +
39      connectSlots();
40   }
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)