diff options
author | rubidium <rubidium@openttd.org> | 2013-05-19 14:36:35 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-05-19 14:36:35 +0000 |
commit | 163dfdd34afe8020a207b8f0a1b58e29ce082c41 (patch) | |
tree | 0c66cb30bfd88dedb007b50fe4e51e9bc9cc5c6a /src/widgets | |
parent | 5bca50c466777cd134fb506efe4d8867d4b357f1 (diff) | |
download | openttd-163dfdd34afe8020a207b8f0a1b58e29ce082c41.tar.xz |
(svn r25262) -Feature: linkgraph overlay for smallmap
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/smallmap_widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/smallmap_widget.h b/src/widgets/smallmap_widget.h index 6476b8f1b..0b1daea03 100644 --- a/src/widgets/smallmap_widget.h +++ b/src/widgets/smallmap_widget.h @@ -18,11 +18,13 @@ enum SmallMapWidgets { WID_SM_MAP_BORDER, ///< Border around the smallmap. WID_SM_MAP, ///< Panel containing the smallmap. WID_SM_LEGEND, ///< Bottom panel to display smallmap legends. + WID_SM_BLANK, ///< Empty button as placeholder. WID_SM_ZOOM_IN, ///< Button to zoom in one step. WID_SM_ZOOM_OUT, ///< Button to zoom out one step. WID_SM_CONTOUR, ///< Button to select the contour view (height map). WID_SM_VEHICLES, ///< Button to select the vehicles view. WID_SM_INDUSTRIES, ///< Button to select the industries view. + WID_SM_LINKSTATS, ///< Button to select the link stats view. WID_SM_ROUTES, ///< Button to select the routes view. WID_SM_VEGETATION, ///< Button to select the vegetation view. WID_SM_OWNERS, ///< Button to select the owners view. |