| 78 | }; |
| 79 | |
| 80 | static void ShowContentTextfileWindow(Window *parent, TextfileType file_type, const ContentInfo *ci) |
| 81 | { |
| 82 | parent->CloseChildWindowById(WC_TEXTFILE, file_type); |
| 83 | new ContentTextfileWindow(parent, file_type, ci); |
| 84 | } |
| 85 | |
| 86 | /** Nested widgets for the download window. */ |
| 87 | static constexpr std::initializer_list<NWidgetPart> _nested_network_content_download_status_window_widgets = { |
no test coverage detected