| 264 | } |
| 265 | |
| 266 | void DrawWidget(const Rect &r, WidgetID widget) const override |
| 267 | { |
| 268 | switch (widget) { |
| 269 | case WID_SGI_BASESET: |
| 270 | DrawStringMultiLine(r, GetString(STR_INTRO_BASESET, _missing_extra_graphics), TC_FROMSTRING, SA_CENTER); |
| 271 | break; |
| 272 | |
| 273 | case WID_SGI_TRANSLATION: |
| 274 | DrawStringMultiLine(r, GetString(STR_INTRO_TRANSLATION, _current_language->missing), TC_FROMSTRING, SA_CENTER); |
| 275 | break; |
| 276 | } |
| 277 | } |
| 278 | |
| 279 | void OnResize() override |
| 280 | { |
nothing calls this directly
no test coverage detected