diff -r d4d00a16ef26 -r bfa6074e2833 depot_gui.c --- a/depot_gui.c Tue Jan 02 18:40:37 2007 +0000 +++ b/depot_gui.c Wed Jan 03 08:32:17 2007 +0000 @@ -779,11 +779,11 @@ STR_A002_AIRCRAFT_HANGAR }; TileIndex tile = w->window_number; - byte vehtype = WP(w, depot_d).type - VEH_Train; + byte vehtype = WP(w, depot_d).type; SetDParam(0, (vehtype == VEH_Aircraft) ? GetStationIndex(tile) : GetDepotByTile(tile)->town_index); ShowQuery( - confirm_captions[vehtype], + confirm_captions[vehtype - VEH_Train], STR_DEPOT_SELL_CONFIRMATION_TEXT, w, DepotSellAllConfirmationCallback