summaryrefslogtreecommitdiff
path: root/src/widgets/station_widget.h
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-30 11:13:12 +0100
committerErich Eckner <git@eckner.net>2018-10-30 15:28:03 +0100
commita34d095259409cf1454d9777deabbc00bcdb9407 (patch)
tree9e7c37ed33f5bd6b3c2f41cf248dcb656b2a4afa /src/widgets/station_widget.h
parent6647cb917963c4e0d6d633b7a92af78167050893 (diff)
downloadopenttd-a34d095259409cf1454d9777deabbc00bcdb9407.tar.xz
underground patch appliedunderground-plus-others-original
Diffstat (limited to 'src/widgets/station_widget.h')
-rw-r--r--src/widgets/station_widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/station_widget.h b/src/widgets/station_widget.h
index e33565ea1..76ad864d9 100644
--- a/src/widgets/station_widget.h
+++ b/src/widgets/station_widget.h
@@ -20,12 +20,14 @@ enum StationViewWidgets {
WID_SV_ACCEPT_RATING_LIST, ///< List of accepted cargoes / rating of cargoes.
WID_SV_LOCATION, ///< 'Location' button.
WID_SV_ACCEPTS_RATINGS, ///< 'Accepts' / 'Ratings' button.
+ WID_SV_CARGO_FROM_TO_VIA, ///< 'Source' button
WID_SV_RENAME, ///< 'Rename' button.
WID_SV_CLOSE_AIRPORT, ///< 'Close airport' button.
WID_SV_TRAINS, ///< List of scheduled trains button.
WID_SV_ROADVEHS, ///< List of scheduled road vehs button.
WID_SV_SHIPS, ///< List of scheduled ships button.
WID_SV_PLANES, ///< List of scheduled planes button.
+ WID_SV_DEPARTURES, ///< Departures button.
};
/** Widgets of the #CompanyStationsWindow class. */