From 91353c841f3adde7f601ab4185e3486a034dbd04 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 1 Aug 2005 13:01:14 +0000 Subject: (svn r2780) Remove some more unused strings and make the use of a few strings more explicit --- aircraft_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aircraft_gui.c') diff --git a/aircraft_gui.c b/aircraft_gui.c index 45f2a6f19..25e3b8901 100644 --- a/aircraft_gui.c +++ b/aircraft_gui.c @@ -388,7 +388,7 @@ static void AircraftDetailsWndProc(Window *w, WindowEvent *e) u = v->next; SetDParam(2, _cargoc.names_long[u->cargo_type]); SetDParam(3, u->cargo_cap); - DrawString(60, y, STR_A019_CAPACITY + (u->cargo_cap == 0), 0); + DrawString(60, y, (u->cargo_cap != 0) ? STR_A019_CAPACITY : STR_A01A_CAPACITY, 0); y += 14; } -- cgit v1.2.3-54-g00ecf