diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp index bd01c5e8..ceba2a18 100644 --- a/src/Dialog_MainWindow.cpp +++ b/src/Dialog_MainWindow.cpp @@ -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); }