From 7f0c150cb06921a779e4a8b663ea83b4ce0dc0f9 Mon Sep 17 00:00:00 2001 From: Joshua Davidson Date: Mon, 25 Feb 2019 16:23:53 -0500 Subject: [PATCH] Sim: Change DiscSoft to Disc --- A320-main.xml | 4 ++-- Nasal/buttons.nas | 4 ++-- gui/dialogs/a3xx-autoflight-dlg.xml | 4 ++-- revision.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/A320-main.xml b/A320-main.xml index 133b4320..26ea00ab 100644 --- a/A320-main.xml +++ b/A320-main.xml @@ -1081,7 +1081,7 @@ Autothrottle Disconnect nasal - + @@ -1320,7 +1320,7 @@ Autopilot Disconnect nasal - + diff --git a/Nasal/buttons.nas b/Nasal/buttons.nas index 68714991..8f2edb87 100644 --- a/Nasal/buttons.nas +++ b/Nasal/buttons.nas @@ -234,7 +234,7 @@ var APPanel = { } } }, - APDiscSoft: func() { + APDisc: func() { if (ap1.getBoolValue() or ap2.getBoolValue()) { libraries.apOff("soft", 0); } else { @@ -246,7 +246,7 @@ var APPanel = { setprop("/ECAM/warnings/master-warning-light", 0); } }, - ATDiscSoft: func() { + ATDisc: func() { if (athr.getBoolValue()) { libraries.athrOff("soft"); setprop("/ECAM/warnings/master-caution-light", 1); diff --git a/gui/dialogs/a3xx-autoflight-dlg.xml b/gui/dialogs/a3xx-autoflight-dlg.xml index 9dc88ffb..54602cb6 100644 --- a/gui/dialogs/a3xx-autoflight-dlg.xml +++ b/gui/dialogs/a3xx-autoflight-dlg.xml @@ -83,7 +83,7 @@ 119 nasal - + diff --git a/revision.txt b/revision.txt index 86bcbf3d..ade62187 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4771 \ No newline at end of file +4772 \ No newline at end of file