(svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
smatz 14 years ago
parent 6a6a30eeaf
commit c4e2a49225

@ -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. */

Loading…
Cancel
Save