summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2020-12-27 23:18:25 +0100
committerfrosch <github@elsenhans.name>2021-01-11 22:15:58 +0100
commit1432dbac53aba7c71d12633a0272d64190551d6e (patch)
treee9aefbe09b6eeb641e83143f1422d1d60b0dba09 /src/widgets
parent5bfcd742b8220e291f7c1e034c3771915476eb85 (diff)
downloadopenttd-1432dbac53aba7c71d12633a0272d64190551d6e.tar.xz
Add: another go-to-location button to the sign window.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/sign_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/sign_widget.h b/src/widgets/sign_widget.h
index 2225eb8b1..1a05dd349 100644
--- a/src/widgets/sign_widget.h
+++ b/src/widgets/sign_widget.h
@@ -24,6 +24,7 @@ enum SignListWidgets {
/** Widgets of the #SignWindow class. */
enum QueryEditSignWidgets {
WID_QES_CAPTION, ///< Caption of the window.
+ WID_QES_LOCATION, ///< Scroll to sign location.
WID_QES_TEXT, ///< Text of the query.
WID_QES_OK, ///< OK button.
WID_QES_CANCEL, ///< Cancel button.