CURA-5357 fix boo boo, rename variable

This commit is contained in:
Jack Ha 2018-05-30 09:44:33 +02:00
parent 13b3e4afa5
commit 3395610b67

View File

@ -338,7 +338,7 @@ UM.MainWindow
} }
else else
{ {
others.push(filename); nonPackages.push(filename);
} }
} }
openDialog.handleOpenFileUrls(nonPackages); openDialog.handleOpenFileUrls(nonPackages);