From c4e2a49225c1b07d6a43465560d891af3cf9c887 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 12 Jun 2010 21:21:44 +0000 Subject: [PATCH] (svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa --- src/station_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */