summaryrefslogtreecommitdiff
path: root/src/widgets/bootstrap_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/bootstrap_widget.h')
-rw-r--r--src/widgets/bootstrap_widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/bootstrap_widget.h b/src/widgets/bootstrap_widget.h
index 9fd25d90e..1d3b7617b 100644
--- a/src/widgets/bootstrap_widget.h
+++ b/src/widgets/bootstrap_widget.h
@@ -14,9 +14,9 @@
/** Widgets of the WC_CONFIRM_POPUP_QUERY (WC_CONFIRM_POPUP_QUERY is also used in QueryWidgets). */
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.
+ WID_BAFD_QUESTION, ///< The question whether to download.
+ WID_BAFD_YES, ///< An affirmative answer to the question.
+ WID_BAFD_NO, ///< An negative answer to the question.
};
#endif /* WIDGETS_BOOTSTRAP_WIDGET_H */