summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/frontEnd/ProjectExplorer.py2
-rw-r--r--src/kicadtoNgspice/KicadtoNgspice.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/frontEnd/ProjectExplorer.py b/src/frontEnd/ProjectExplorer.py
index 146b6d0f..d14a8da9 100644
--- a/src/frontEnd/ProjectExplorer.py
+++ b/src/frontEnd/ProjectExplorer.py
@@ -48,7 +48,7 @@ class ProjectExplorer(QtGui.QWidget):
for files in children:
childnode = QtGui.QTreeWidgetItem(parentnode, [files, os.path.join(parents,files)])
self.obj_appconfig.proc_dict[self.obj_appconfig.current_project['ProjectName']] = []
- self.oj_appconfig.dock_dict[self.obj_appconfig.current_project['ProjectName']] = []
+ self.obj_appconfig.dock_dict[self.obj_appconfig.current_project['ProjectName']] = []
def openMenu(self, position):
diff --git a/src/kicadtoNgspice/KicadtoNgspice.py b/src/kicadtoNgspice/KicadtoNgspice.py
index 07948b04..eaa9592e 100644
--- a/src/kicadtoNgspice/KicadtoNgspice.py
+++ b/src/kicadtoNgspice/KicadtoNgspice.py
@@ -467,7 +467,7 @@ class MainWindow(QtGui.QWidget):
#Calling netlist file generation function
self.createNetlistFile(store_schematicInfo,plotText)
- self.msg = "The Kicad to Ngspice Conversion completed successfully!!!!!!"
+ self.msg = "The Kicad to Ngspice Conversion completed successfully!"
QtGui.QMessageBox.information(self, "Information", self.msg, QtGui.QMessageBox.Ok)
except Exception as e: