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:
parent
b2b6e00a1b
commit
8b2a9204d5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue