Fix typo in URL (#6630)

This commit is contained in:
Enrico Giordani
2020-09-15 12:38:34 +02:00
committed by GitHub
parent 25f93e8b94
commit eaf54ca525

View File

@@ -526,7 +526,7 @@ int WINAPI WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _
g_main_wnd = create_main_window(hInstance);
if (g_main_wnd == nullptr)
{
MessageBox(NULL, L"Failed to create main window.\nPlease report the bug to https://aka.ms/powerToysReportBugF", L"PowerToys Settings Error", MB_OK);
MessageBox(NULL, L"Failed to create main window.\nPlease report the bug to https://aka.ms/powerToysReportBug", L"PowerToys Settings Error", MB_OK);
exit(1);
}
initialize_webview(nShowCmd);