summaryrefslogtreecommitdiff
path: root/src/bootstrap_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap_gui.cpp')
-rw-r--r--src/bootstrap_gui.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/bootstrap_gui.cpp b/src/bootstrap_gui.cpp
index 646439db5..7a54c558e 100644
--- a/src/bootstrap_gui.cpp
+++ b/src/bootstrap_gui.cpp
@@ -27,6 +27,8 @@
#include "window_func.h"
#include "window_gui.h"
+#include "widgets/bootstrap_widget.h"
+
#include "table/strings.h"
/** Widgets for the background window to prevent smearing. */
@@ -100,13 +102,6 @@ public:
}
};
-/** Widgets in the query window. */
-enum BootstrapAskForDownloadWidgets {
- BAFDW_QUESTION, ///< The question whether to download.
- BAFDW_YES, ///< An affirmative answer to the question.
- BAFDW_NO, ///< An negative answer to the question.
-};
-
/** The widgets for the query. It has no close box as that sprite does not exist yet. */
static const NWidgetPart _bootstrap_query_widgets[] = {
NWidget(NWID_HORIZONTAL),