diff options
author | smatz <smatz@openttd.org> | 2010-06-12 21:21:44 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2010-06-12 21:21:44 +0000 |
commit | c4e2a49225c1b07d6a43465560d891af3cf9c887 (patch) | |
tree | d52f313c2f753642c2652a4003dd0a6262483d28 | |
parent | 6a6a30eeaf1402bbd5bee07b900308000781f0bf (diff) | |
download | openttd-c4e2a49225c1b07d6a43465560d891af3cf9c887.tar.xz |
(svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa
-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. */ |