Skip to content

Commit

Permalink
Updated issues url text
Browse files Browse the repository at this point in the history
  • Loading branch information
Evghenii committed Nov 26, 2023
1 parent 52bc96e commit b919835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32/i_crash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ static INT_PTR CALLBACK OverviewDlgProc (HWND hDlg, UINT message, WPARAM wParam,
SendMessage (edit, WM_SETTEXT, 0, (LPARAM)"Please tell us about this problem.\n"
"The information will NOT be sent to Microsoft.\n\n"
"An error report has been created that you can submit to help improve " GAMENAME ". "
"You can either save it to disk and make a report in the QC:DE discord at " DISCORD_URL ", "
"You can either save it to disk and make a report at GitHub at " BUGS_URL ", "
"or you can send it directly without letting other people know about it.");
SendMessage (edit, EM_SETSEL, 0, 81);
SendMessage (edit, EM_SETCHARFORMAT, SCF_SELECTION, (LPARAM)&charFormat);
Expand Down

0 comments on commit b919835

Please sign in to comment.