summaryrefslogtreecommitdiff
path: root/src/station_gui.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-06-12 21:21:44 +0000
committersmatz <smatz@openttd.org>2010-06-12 21:21:44 +0000
commitc4e2a49225c1b07d6a43465560d891af3cf9c887 (patch)
treed52f313c2f753642c2652a4003dd0a6262483d28 /src/station_gui.h
parent6a6a30eeaf1402bbd5bee07b900308000781f0bf (diff)
downloadopenttd-c4e2a49225c1b07d6a43465560d891af3cf9c887.tar.xz
(svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa
Diffstat (limited to 'src/station_gui.h')
-rw-r--r--src/station_gui.h2
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. */