Change SOURCES_PATH in BERTOS_PATH.
[bertos.git] / wizard / bertos.py
index ce6bd30f2970f54904a220b8ea4982cc9466d4d1..c53674a9f7574baee2397b893732d35b9e357fef 100755 (executable)
@@ -96,7 +96,7 @@ def editProject(project_file):
             dialog = BVersionDialog()
             if dialog.exec_():
                 version = dialog.version_page.currentVersion()
-                info_dict["SOURCES_PATH"] = version
+                info_dict["BERTOS_PATH"] = version
             continue
         except ToolchainException, exc:
             QMessageBox.critical(