diff options
author | frosch <frosch@openttd.org> | 2020-12-27 23:18:25 +0100 |
---|---|---|
committer | frosch <github@elsenhans.name> | 2021-01-11 22:15:58 +0100 |
commit | 1432dbac53aba7c71d12633a0272d64190551d6e (patch) | |
tree | e9aefbe09b6eeb641e83143f1422d1d60b0dba09 /src/widgets/sign_widget.h | |
parent | 5bfcd742b8220e291f7c1e034c3771915476eb85 (diff) | |
download | openttd-1432dbac53aba7c71d12633a0272d64190551d6e.tar.xz |
Add: another go-to-location button to the sign window.
Diffstat (limited to 'src/widgets/sign_widget.h')
-rw-r--r-- | src/widgets/sign_widget.h | 1 |
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. |