Changeset - r15317:1a92dbe12b7e
[Not reviewed]
master
0 1 0
smatz - 14 years ago 2010-06-12 21:21:44
smatz@openttd.org
(svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/station_gui.h
Show inline comments
 
@@ -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_SHIPS,           ///< List of scheduled ships button
 
	SVW_PLANES,          ///< List of scheduled planes button
 
	SVW_SHIPS,           ///< List of scheduled ships button
 
};
 

	
 
/** Types of cargo to display for station coverage. */
0 comments (0 inline, 0 general)