summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-03-31 16:08:00 +0200
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-04-24 17:40:11 +0200
commit08284e005d129ffefa7e6f54a44b514a541e288d (patch)
tree7ecdebbeb3a52a57320afc163ed4438c9e06fe37 /src/widgets
parentdcb2571888f58aee2e5aa3512f36707a3adde472 (diff)
downloadopenttd-08284e005d129ffefa7e6f54a44b514a541e288d.tar.xz
Fix: Automatic line breaking of the warning
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/misc_widget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/misc_widget.h b/src/widgets/misc_widget.h
index 9fbd9f2f1..9f6a7e5f5 100644
--- a/src/widgets/misc_widget.h
+++ b/src/widgets/misc_widget.h
@@ -33,7 +33,6 @@ enum QueryStringWidgets {
WID_QS_CAPTION, ///< Caption of the window.
WID_QS_TEXT, ///< Text of the query.
WID_QS_WARNING, ///< Warning label about password security
- WID_QS_WARNINGBOX, ///< Container for warning label
WID_QS_DEFAULT, ///< Default button.
WID_QS_CANCEL, ///< Cancel button.
WID_QS_OK, ///< OK button.