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