--- Vago/trunk/Vago/soundWizard/soundpage3.cpp 2013/03/31 19:02:16 771 +++ s10k/Vago/soundWizard/soundpage3.cpp 2017/12/30 13:57:32 1093 @@ -33,13 +33,13 @@ bool SoundPage3::validatePage(){ << ui->leMinVolumeDistance->text() << ui->leMaxVolumeDistance->text() << ui->leMinOcclusion->text() << ui->leTreshold->text(); - if(Util::checkEmptySpaces(leContents)){ - Util::showErrorPopUp("Please fill all fields first!"); + if(Util::Validation::checkEmptySpaces(leContents)){ + Util::Dialogs::showError("Please fill all fields first!"); return false; } - if(Util::checkIfDoubles(leContents)){ - Util::showErrorPopUp("All fields must contains numbers!"); + if(Util::Validation::checkIfDoubles(leContents)){ + Util::Dialogs::showError("All fields must contains numbers!"); return false; }