mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-18 01:42:38 +01:00
Codechange: pass std::string references to OpenBrowser
This commit is contained in:
@@ -495,7 +495,7 @@ struct GameOptionsWindow : Window {
|
||||
break;
|
||||
|
||||
case WID_GO_SURVEY_LINK_BUTTON:
|
||||
OpenBrowser(NETWORK_SURVEY_DETAILS_LINK.c_str());
|
||||
OpenBrowser(NETWORK_SURVEY_DETAILS_LINK);
|
||||
break;
|
||||
|
||||
case WID_GO_SURVEY_PREVIEW_BUTTON:
|
||||
|
||||
Reference in New Issue
Block a user