Fix executable name for OpusEnc.

This commit is contained in:
LoRd_MuldeR 2013-01-14 00:36:54 +01:00
parent 67e37ed1cf
commit 4a8dd85d7e

View File

@ -3929,7 +3929,7 @@ void MainWindow::customParamsHelpRequested(QWidget *obj, QEvent *event)
}
else if(obj == ui->helpCustomParamFLAC) showCustomParamsHelpScreen("flac.exe", "--help");
else if(obj == ui->helpCustomParamAften) showCustomParamsHelpScreen("aften.exe", "-h");
else if(obj == ui->helpCustomParamOpus) showCustomParamsHelpScreen("opusenc_std.exe", "--help");
else if(obj == ui->helpCustomParamOpus) showCustomParamsHelpScreen("opusenc.exe", "--help");
else MessageBeep(MB_ICONERROR);
}