From c6656d6b2fa31bd6184ea26ca50a2d0317164b7e Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 26 Jan 2008 22:15:39 +0000 Subject: (svn r11990) -Codechange: Show all cargo sources (en-route from) in the station view cargo waiting list instead of just one. The station view window is now resizable to cope with the extra information. --- src/station_gui.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/station_gui.h') diff --git a/src/station_gui.h b/src/station_gui.h index 250280458..ef4a3efeb 100644 --- a/src/station_gui.h +++ b/src/station_gui.h @@ -36,15 +36,16 @@ enum StationViewWidgets { SVW_CAPTION = 1, ///< Caption of the window SVW_WAITING = 3, ///< List of waiting cargo SVW_ACCEPTLIST = 5, ///< List of accepted cargos - SVW_RATINGLIST = 6, ///< Ratings of cargos - SVW_LOCATION = 7, ///< 'Location' button - SVW_RATINGS = 8, ///< 'Ratings' button - SVW_ACCEPTS = 8, ///< 'Accepts' button - SVW_RENAME = 9, ///< 'Rename' button - SVW_TRAINS = 10, ///< List of scheduled trains button + SVW_RATINGLIST = 5, ///< Ratings of cargos + SVW_LOCATION = 6, ///< 'Location' button + SVW_RATINGS = 7, ///< 'Ratings' button + SVW_ACCEPTS = 7, ///< 'Accepts' button + SVW_RENAME = 8, ///< 'Rename' button + SVW_TRAINS = 9, ///< 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_RESIZE, ///< Resize button }; /* sorter stuff */ -- cgit v1.2.3-54-g00ecf