Skip to content

Commit

Permalink
Updated name from Exit Project to Close Project
Browse files Browse the repository at this point in the history
  • Loading branch information
fahim-oscad committed Mar 3, 2016
1 parent 7e47746 commit 302e0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontEnd/Application.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def initToolBar(self):
self.openproj.setShortcut('Ctrl+O')
self.openproj.triggered.connect(self.open_project)

self.closeproj = QtGui.QAction(QtGui.QIcon('../../images/closeProject.png'),'<b>Exit</b>',self)
self.closeproj = QtGui.QAction(QtGui.QIcon('../../images/closeProject.png'),'<b>Close Project</b>',self)
self.closeproj.setShortcut('Ctrl+X')
self.closeproj.triggered.connect(self.close_project)

Expand Down

0 comments on commit 302e0fb

Please sign in to comment.