diff --git a/src/station_gui.h b/src/station_gui.h index cb8b278cfc..dd442dce4a 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. */