diff options
author | frosch <frosch@openttd.org> | 2012-11-13 21:46:58 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-11-13 21:46:58 +0000 |
commit | 7699a7dc06049956b90d3f41a14109ee05b97514 (patch) | |
tree | a27f6da660a39ae2345755a1a1c57fbeb2c025b8 /src/widgets/sign_widget.h | |
parent | fd55399167115dbb06e77bb03f85681ba318f5f2 (diff) | |
download | openttd-7699a7dc06049956b90d3f41a14109ee05b97514.tar.xz |
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
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 fe937e140..1d75508e6 100644 --- a/src/widgets/sign_widget.h +++ b/src/widgets/sign_widget.h @@ -21,6 +21,7 @@ enum SignListWidgets { WID_SIL_FILTER_TEXT, ///< Text box for typing a filter string. WID_SIL_FILTER_MATCH_CASE_BTN, ///< Button to toggle if case sensitive filtering should be used. WID_SIL_FILTER_CLEAR_BTN, ///< Button to clear the filter. + WID_SIL_FILTER_ENTER_BTN, ///< Scroll to first sign. }; /** Widgets of the #SignWindow class. */ |