mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
Fix invalid namespace (#4259)
This commit is contained in:
parent
b0a25f59d9
commit
792ce53992
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user