Skip to content

Commit a6c3283

Browse files
committed
If update fails, launch browser to a help page
1 parent c115e79 commit a6c3283

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

GeneralsMD/Code/GameEngine/Source/GameNetwork/GeneralsOnline/OnlineServices_Init.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ void NGMP_OnlineServicesManager::LaunchPatcher()
257257
else
258258
{
259259
// show msg
260-
MessageBoxOk(UnicodeString(L"Update Failed"), UnicodeString(L"Could not run the updater. Please visit www.playgenerals.online and install the latest version manually."), nullptr);
260+
MessageBoxOk(UnicodeString(L"Update Failed"), UnicodeString(L"Could not run the updater."), nullptr);
261+
ShellExecuteA(NULL, "open", "https://www.playgenerals.online/updatefailed", NULL, NULL, SW_SHOWNORMAL);
261262
}
262263
}
263264

0 commit comments

Comments
 (0)