diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/network_widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/network_widget.h b/src/widgets/network_widget.h index 1c1c0f01e..f5773b8ea 100644 --- a/src/widgets/network_widget.h +++ b/src/widgets/network_widget.h @@ -20,6 +20,8 @@ enum NetworkGameWidgets { WID_NG_CONN_BTN, ///< 'Connection' droplist button. WID_NG_CLIENT_LABEL, ///< Label in front of client name edit box. WID_NG_CLIENT, ///< Panel with editbox to set client name. + WID_NG_FILTER_LABEL, ///< Label in front of the filter/search edit box. + WID_NG_FILTER, ///< Panel with the edit box to enter the search text. WID_NG_HEADER, ///< Header container of the matrix. WID_NG_NAME, ///< 'Name' button. |