| 504 | } |
| 505 | |
| 506 | std::string Window::GetWidgetString([[maybe_unused]] WidgetID widget, StringID stringid) const |
| 507 | { |
| 508 | if (stringid == STR_NULL) return {}; |
| 509 | return GetString(stringid); |
| 510 | } |
| 511 | |
| 512 | /** |
| 513 | * Called when window gains focus |
no test coverage detected