diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/network_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/network_widget.h b/src/widgets/network_widget.h index a96a56fa8..a665afdb7 100644 --- a/src/widgets/network_widget.h +++ b/src/widgets/network_widget.h @@ -101,6 +101,7 @@ enum ClientListWidgets { WID_CL_SERVER_NAME, ///< Server name. WID_CL_SERVER_NAME_EDIT, ///< Edit button for server name. WID_CL_SERVER_VISIBILITY, ///< Server visibility. + WID_CL_SERVER_CONNECTION_TYPE, ///< The type of connection the Game Coordinator detected for this server. WID_CL_CLIENT_NAME, ///< Client name. WID_CL_CLIENT_NAME_EDIT, ///< Edit button for client name. WID_CL_MATRIX, ///< Company/client list. |