1
0
Fork 0

gui/dialogs/flight-recorder-save.xml: renamed internal variable for clarity.

New name Extra corresponds to the new name used in the C++ code. (Used to be
called Config which was misleading and ambiguous.)
This commit is contained in:
Julian Smith 2020-06-19 08:03:21 +01:00
parent b2b6e00a1b
commit 8b2a9204d5

View file

@ -238,11 +238,11 @@
{
starttime="";stoptime="";
}
var Config = props.Node.new({
var Extra = props.Node.new({
"user-data":{ "description": descr, "author-name": author },
"tape-data": { "quality": quality, "start": starttime, "stop": stoptime }
});
fgcommand("save-tape", Config);
fgcommand("save-tape", Extra);
</script>
</binding>
<binding>