summaryrefslogtreecommitdiff
path: root/src/station_gui.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-17 18:49:39 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-17 18:49:39 +0000
commitd80e04d6f61b1d3552488243bdd08778f7a1862b (patch)
treea4ee04cfcc95c9801070c00d504237d6576d858e /src/station_gui.h
parent44a4ff835df721270f39525e4af54719e0afafa9 (diff)
downloadopenttd-d80e04d6f61b1d3552488243bdd08778f7a1862b.tar.xz
(svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicle, group vehicle list and station list.
Diffstat (limited to 'src/station_gui.h')
-rw-r--r--src/station_gui.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/station_gui.h b/src/station_gui.h
index 69fdad220..250280458 100644
--- a/src/station_gui.h
+++ b/src/station_gui.h
@@ -24,11 +24,10 @@ enum StationListWidgets {
SLW_PAN_RIGHT = 15, ///< Panel right of list of cargo types
SLW_SORTBY = 16, ///< 'Sort by' button - reverse sort direction
- SLW_SORTCRITERIA = 17, ///< Button - list of criteria
- SLW_SORTDROPBTN = 18, ///< Dropdown button
- SLW_PAN_SORT_RIGHT = 19, ///< Panel right of sorting options
+ SLW_SORTDROPBTN = 17, ///< Dropdown button
+ SLW_PAN_SORT_RIGHT = 18, ///< Panel right of sorting options
- SLW_CARGOSTART = 20, ///< Widget numbers used for list of cargo types (not present in _player_stations_widgets)
+ SLW_CARGOSTART = 19, ///< Widget numbers used for list of cargo types (not present in _player_stations_widgets)
};
/** Enum for StationView, referring to _station_view_widgets and _station_view_expanded_widgets */