changeset 15327:7bf2378c9347 draft

(svn r19968) -Fix [FS#3876](r19955): the 'list of ships' button opened list of aircraft and vice versa
author smatz <smatz@openttd.org>
date Sat, 12 Jun 2010 21:21:44 +0000
parents 716524e36e40
children 6b310a08bd2b
files src/station_gui.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/station_gui.h
+++ b/src/station_gui.h
@@ -29,8 +29,8 @@
 	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. */