(svn r20171) -Fix: Make the group list action dropdown also use vehicletype-specific texts like the normal vehicle list.

This commit is contained in:
frosch
2010-07-17 14:53:46 +00:00
parent ea4bb0bec0
commit 598b0e6be6
2 changed files with 10 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ struct BaseVehicleListWindow : public Window {
ADI_REMOVE_ALL,
};
static const StringID vehicle_depot_name[];
static const StringID vehicle_sorter_names[];
static GUIVehicleList::SortFunction * const vehicle_sorter_funcs[];