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

Comparing Vago/trunk/Vago/soundWizard/soundpagefinal.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 16 | Line 16 | SoundPageFinal::SoundPageFinal(QString s
16      this->myXmlProcessor = new XmlProcessor(this->myLogger,this->xmlCommands);
17      this->myConverter = new Converter(this->myLogger,this->oniSplitCommands);
18  
19 +    ui->lbComplete->setText("<html>The wizard is now complete. The sounds have been converted. "
20 +                            "You can view all converted files clicking <a href=' '>here.</a><br />"
21 +                            "<br />Click restart to create more sounds from the wizard beggining,"
22 +                            "otherwise click finish.</html>"); // Don't use rich text in qtdesigner because it generates platform dependent code
23 +
24      connectSlots();
25   }
26  

Diff Legend

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