mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Show Manual URL in messages, just in case
This commit is contained in:
parent
2679e0eae0
commit
56a9a2044d
1 changed files with 2 additions and 2 deletions
|
|
@ -44,12 +44,12 @@ static void M_Manual(INT32 choice)
|
|||
|
||||
if (I_HasOpenURL())
|
||||
{
|
||||
M_StartMessage("Online Manual", "This will open a webpage in your default browser.", M_ManualSelect, MM_YESNO, "Let's go!", "Not now...");
|
||||
M_StartMessage("Online Manual", va("This will open a page in your default browser:\n\x86%s", manual_url), M_ManualSelect, MM_YESNO, "Let's go!", "Not now...");
|
||||
}
|
||||
else
|
||||
{
|
||||
I_ClipboardCopy(manual_url, strlen(manual_url));
|
||||
M_StartMessage("Online Manual", "A URL has been copied to your clipboard!", NULL, MM_NOTHING, NULL, NULL);
|
||||
M_StartMessage("Online Manual", va("A URL has been copied to your clipboard:\n\x86%s", manual_url), NULL, MM_NOTHING, NULL, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue