(svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa
This commit is contained in:
@@ -29,8 +29,8 @@ enum StationViewWidgets {
|
|||||||
SVW_RENAME = 6, ///< 'Rename' button
|
SVW_RENAME = 6, ///< 'Rename' button
|
||||||
SVW_TRAINS = 7, ///< List of scheduled trains button
|
SVW_TRAINS = 7, ///< List of scheduled trains button
|
||||||
SVW_ROADVEHS, ///< List of scheduled road vehs button
|
SVW_ROADVEHS, ///< List of scheduled road vehs button
|
||||||
SVW_PLANES, ///< List of scheduled planes button
|
|
||||||
SVW_SHIPS, ///< List of scheduled ships button
|
SVW_SHIPS, ///< List of scheduled ships button
|
||||||
|
SVW_PLANES, ///< List of scheduled planes button
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Types of cargo to display for station coverage. */
|
/** Types of cargo to display for station coverage. */
|
||||||
|
Reference in New Issue
Block a user