diff options
-rw-r--r-- | src/station_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_gui.h b/src/station_gui.h index cb8b278cf..dd442dce4 100644 --- a/src/station_gui.h +++ b/src/station_gui.h @@ -29,8 +29,8 @@ enum StationViewWidgets { SVW_RENAME = 6, ///< 'Rename' button SVW_TRAINS = 7, ///< List of scheduled trains button SVW_ROADVEHS, ///< List of scheduled road vehs button - SVW_PLANES, ///< List of scheduled planes button SVW_SHIPS, ///< List of scheduled ships button + SVW_PLANES, ///< List of scheduled planes button }; /** Types of cargo to display for station coverage. */ |