Fix executable name for OpusEnc.
This commit is contained in:
parent
67e37ed1cf
commit
4a8dd85d7e
@ -3929,7 +3929,7 @@ void MainWindow::customParamsHelpRequested(QWidget *obj, QEvent *event)
|
|||||||
}
|
}
|
||||||
else if(obj == ui->helpCustomParamFLAC) showCustomParamsHelpScreen("flac.exe", "--help");
|
else if(obj == ui->helpCustomParamFLAC) showCustomParamsHelpScreen("flac.exe", "--help");
|
||||||
else if(obj == ui->helpCustomParamAften) showCustomParamsHelpScreen("aften.exe", "-h");
|
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);
|
else MessageBeep(MB_ICONERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user