From 840595fa8d17bfe7d091c4a13833995c4ee4ae49 Mon Sep 17 00:00:00 2001 From: Stuart Buchanan Date: Tue, 22 Jan 2013 21:35:33 +0000 Subject: [PATCH] Add support for the Fuel and payload dialog to display the maximum arrested landing weight. Useful for carrier aircraft. --- Nasal/gui.nas | 1 + 1 file changed, 1 insertion(+) diff --git a/Nasal/gui.nas b/Nasal/gui.nas index 5f9ffc1e6..a66425223 100644 --- a/Nasal/gui.nas +++ b/Nasal/gui.nas @@ -901,6 +901,7 @@ var showWeightDialog = func { tablerow("Max. Ramp Weight", "maximum-ramp-mass-lbs", "%.0f lb" ); tablerow("Max. Takeoff Weight", "maximum-takeoff-mass-lbs", "%.0f lb" ); tablerow("Max. Landing Weight", "maximum-landing-mass-lbs", "%.0f lb" ); + tablerow("Max. Arrested Landing Weight", "maximum-arrested-landing-mass-lbs", "%.0f lb" ); tablerow("Max. Zero Fuel Weight", "maximum-zero-fuel-mass-lbs", "%.0f lb" ); }