--- Vago/trunk/Vago/soundWizard/soundpage2.cpp 2013/03/31 19:02:16 771
+++ Vago/trunk/Vago/soundWizard/soundpage2.cpp 2013/04/06 20:54:26 790
@@ -12,6 +12,11 @@ SoundPage2::SoundPage2(QWidget *parent)
this->soundTable=ui->twSoundFiles;
ui->twSoundFiles->removeColumn(2); // Only two columns
+ ui->label->setText("Add here the files you want to convert. "
+ "All the files will have the same properties applied.
"
+ "Don't forget to first convert the files to an oni compatible codec. "
+ "More information here."); // Don't use rich text in qtdesigner because it generates platform dependent code
+
// Drop signal for Packages table
connect(ui->twSoundFiles, SIGNAL(dropped(DropTableWidget*,QStringList)), this, SLOT(addResourcesSounds(DropTableWidget*,QStringList)));
// Signal for click in label (display local help)