Make "Command Argument Help" MessageBox modal

Fix #4067, close #6027
This commit is contained in:
Waldi Ravens 2019-08-08 19:46:44 +02:00 committed by Don HO
parent ab4cf88336
commit 2a7a35a4a3
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -2855,7 +2855,7 @@ void Notepad_plus::command(int id)
case IDM_CMDLINEARGUMENTS:
{
// No translattable
::MessageBox(NULL, COMMAND_ARG_HELP, TEXT("Notepad++ Command Argument Help"), MB_OK);
::MessageBox(_pPublicInterface->getHSelf(), COMMAND_ARG_HELP, TEXT("Notepad++ Command Argument Help"), MB_OK | MB_APPLMODAL);
break;
}