Fix invalid namespace (#4259)

This commit is contained in:
vldmr11080 2020-06-11 17:03:02 +02:00 committed by GitHub
parent b0a25f59d9
commit 792ce53992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,7 +264,7 @@ void RequestExplorerRestart()
localized_strings::PT_UPDATE_MESSAGE_BOX_TITLE,
MB_ICONINFORMATION | MB_YESNO | MB_DEFBUTTON1) == IDYES)
{
RestartProcess(localized_strings::EXPLORER_PROCESS_NAME);
RestartProcess(EXPLORER_PROCESS_NAME);
}
}