livery: fix bad default nameprop (must be relative)
This commit is contained in:
parent
32bf0f7265
commit
94211721cf
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ var timer = {
|
|||
# aircraft.livery.next();
|
||||
#
|
||||
var livery = {
|
||||
init: func(dir, nameprop = "/sim/model/livery/name", sortprop = nil) {
|
||||
init: func(dir, nameprop = "sim/model/livery/name", sortprop = nil) {
|
||||
me.parents = [gui.OverlaySelector.new("Select Livery", dir, nameprop, sortprop,
|
||||
"sim/model/livery/file")];
|
||||
me.dialog = me.parents[0];
|
||||
|
|
Loading…
Add table
Reference in a new issue