mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Fix invalid namespace (#4259)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user