diff --git a/src/gui/RomAuditDialog.cxx b/src/gui/RomAuditDialog.cxx index ede1124f1..bbf834c3e 100644 --- a/src/gui/RomAuditDialog.cxx +++ b/src/gui/RomAuditDialog.cxx @@ -182,7 +182,8 @@ void RomAuditDialog::handleCommand(CommandSender* sender, int cmd, msg.push_back("audit, click 'OK', otherwise click 'Cancel'."); myConfirmMsg = make_unique (this, instance().frameBuffer().font(), msg, - myMaxWidth, myMaxHeight, kConfirmAuditCmd); + myMaxWidth, myMaxHeight, kConfirmAuditCmd, + "OK", "Cancel", false); } myConfirmMsg->show(); break;