1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-28 14:44:28 +01:00

Codechange: replace internal SetDataTips with appropriate variants

This commit is contained in:
Rubidium
2025-01-02 11:49:59 +01:00
committed by rubidium42
parent 176eabf9b2
commit 3196e0709d
5 changed files with 7 additions and 7 deletions

View File

@@ -1082,7 +1082,7 @@ struct QueryWindow : public Window {
this->parent = parent;
this->CreateNestedTree();
this->GetWidget<NWidgetCore>(WID_Q_CAPTION)->SetDataTip(caption, STR_NULL);
this->GetWidget<NWidgetCore>(WID_Q_CAPTION)->SetStringTip(caption, STR_NULL);
this->FinishInitNested(WN_CONFIRM_POPUP_QUERY);
}