From 3395610b677e8be30f116a411e722a910b86a30a Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Wed, 30 May 2018 09:44:33 +0200 Subject: [PATCH] CURA-5357 fix boo boo, rename variable --- resources/qml/Cura.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index b8f289278c..dce106e219 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -338,7 +338,7 @@ UM.MainWindow } else { - others.push(filename); + nonPackages.push(filename); } } openDialog.handleOpenFileUrls(nonPackages);