--- Vago/trunk/Vago/soundWizard/soundpagefinal.cpp 2013/03/31 19:02:16 771 +++ Vago/trunk/Vago/soundWizard/soundpagefinal.cpp 2013/04/06 20:54:26 790 @@ -16,6 +16,11 @@ SoundPageFinal::SoundPageFinal(QString s this->myXmlProcessor = new XmlProcessor(this->myLogger,this->xmlCommands); this->myConverter = new Converter(this->myLogger,this->oniSplitCommands); + ui->lbComplete->setText("The wizard is now complete. The sounds have been converted. " + "You can view all converted files clicking here.
" + "
Click restart to create more sounds from the wizard beggining," + "otherwise click finish."); // Don't use rich text in qtdesigner because it generates platform dependent code + connectSlots(); }