diff options
author | Fahim | 2015-10-15 17:26:17 +0530 |
---|---|---|
committer | Fahim | 2015-10-15 17:26:17 +0530 |
commit | c5a5c9eda015f8855c5e8481834a740fc5b625b4 (patch) | |
tree | 602af854b6651f4b97376d94f4e4a49b2c327c13 /src/frontEnd/Application.py | |
parent | 770e2898eb880a1eb721274b5d8d9633dc757064 (diff) | |
download | eSim-c5a5c9eda015f8855c5e8481834a740fc5b625b4.tar.gz eSim-c5a5c9eda015f8855c5e8481834a740fc5b625b4.tar.bz2 eSim-c5a5c9eda015f8855c5e8481834a740fc5b625b4.zip |
Added XML for Nghdl
Diffstat (limited to 'src/frontEnd/Application.py')
-rwxr-xr-x | src/frontEnd/Application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index ef66f484..b1f8ca30 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -140,7 +140,7 @@ class Application(QtGui.QMainWindow): self.subcircuit=QtGui.QAction(QtGui.QIcon('../../images/subckt.png'),'<b>Subcircuit</b>',self) self.subcircuit.triggered.connect(self.open_subcircuit) - self.nghdl = QtGui.QAction(QtGui.QIcon('../../images/nghdl.png'), '<b><Nghdl</b>', self) + self.nghdl = QtGui.QAction(QtGui.QIcon('../../images/nghdl.png'), '<b>Nghdl</b>', self) self.nghdl.triggered.connect(self.open_nghdl) self.omedit = QtGui.QAction(QtGui.QIcon('../../images/omedit.png'),'<b>Modelica Converter</b>',self) |