|
From: <fli...@li...> - 2025-07-05 20:43:24
|
Revision: 13601
http://sourceforge.net/p/flightgear/fgaddon/13601
Author: octal450
Date: 2025-07-05 20:43:21 +0000 (Sat, 05 Jul 2025)
Log Message:
-----------
2024.1: MD-11: Ordering fix
Modified Paths:
--------------
branches/release-2024.1/Aircraft/MD-11/Nasal/MCDU/status.nas
Modified: branches/release-2024.1/Aircraft/MD-11/Nasal/MCDU/status.nas
===================================================================
--- branches/release-2024.1/Aircraft/MD-11/Nasal/MCDU/status.nas 2025-07-05 20:43:14 UTC (rev 13600)
+++ branches/release-2024.1/Aircraft/MD-11/Nasal/MCDU/status.nas 2025-07-05 20:43:21 UTC (rev 13601)
@@ -202,18 +202,18 @@
C6: "",
LFont: [FONT.large, FONT.large, FONT.large, FONT.large, FONT.large, FONT.large],
+ L1L: " PERF DATABASE",
L1: me.Common.perfDbPn,
- L1L: " PERF DATABASE",
+ L2L: " OPC P/N",
L2: me.Common.opcPn,
- L2L: " OPC P/N",
+ L3L: " AMI P/N",
L3: me.Common.amiPn,
- L3L: " AMI P/N",
+ L4L: " FIDO P/N",
L4: me.Common.fidoPn,
- L4L: " FIDO P/N",
+ L5L: " DATA LINK",
L5: me.Common.dataLink,
- L5L: " DATA LINK",
+ L6L: "",
L6: "",
- L6L: "",
LBFont: [FONT.large, FONT.large, FONT.large, FONT.large, FONT.large, FONT.large],
L1B: "",
|