summaryrefslogtreecommitdiff
path: root/src/station_gui.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-26 22:15:39 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-26 22:15:39 +0000
commitc6656d6b2fa31bd6184ea26ca50a2d0317164b7e (patch)
treea7110e6de4f65a75d0f5b463a0263d0a802554c1 /src/station_gui.h
parent2fc218812721a37e4beb78dba6f84ade70ecb737 (diff)
downloadopenttd-c6656d6b2fa31bd6184ea26ca50a2d0317164b7e.tar.xz
(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.
Diffstat (limited to 'src/station_gui.h')
-rw-r--r--src/station_gui.h13
1 files changed, 7 insertions, 6 deletions
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 */