--- Vago/trunk/Vago/soundWizard/soundpage2.cpp 2013/04/07 01:02:07 797 +++ s10k/Vago/soundWizard/soundpage2.cpp 2017/12/30 13:43:28 1092 @@ -2,14 +2,14 @@ #include "ui_soundpage2.h" const QStringList SoundPage2::allowedFiles = QStringList() << "*.wav" << "*.aif" << "*.aifc" << "*.afc"; -const QString SoundPage2::codecLocalHelpFile=GlobalVars::HelpLocation + "/XMLSNDD.html#Source_file_creation"; -SoundPage2::SoundPage2(QWidget *parent) : +SoundPage2::SoundPage2(QString appLocation, QWidget *parent) : QWizardPage(parent), ui(new Ui::soundpage2) { ui->setupUi(this); this->soundTable=ui->twSoundFiles; + this->codecLocalHelpFile=appLocation+"/"+GlobalVars::HelpDir + "/XMLSNDD.html#Source_file_creation"; ui->twSoundFiles->removeColumn(2); // Only two columns ui->label->setText("Add here the files you want to convert. "