diff options
Diffstat (limited to 'src/station_gui.h')
-rw-r--r-- | src/station_gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station_gui.h b/src/station_gui.h index 8efe3aae2..b990779ae 100644 --- a/src/station_gui.h +++ b/src/station_gui.h @@ -11,7 +11,9 @@ enum StationViewWidgets { SVW_CLOSEBOX = 0, ///< Close 'X' button SVW_CAPTION = 1, ///< Caption of the window + SVW_STICKYBOX = 2, ///< Sticky button SVW_WAITING = 3, ///< List of waiting cargo + SVW_SCROLLBAR = 4, ///< Scrollbar SVW_ACCEPTLIST = 5, ///< List of accepted cargos SVW_RATINGLIST = 5, ///< Ratings of cargos SVW_LOCATION = 6, ///< 'Location' button |