Use exit-menu-label

This commit is contained in:
Et0h 2014-11-30 01:54:19 +00:00
parent 1442537400
commit 3b6b7c4bbe

View File

@ -555,7 +555,7 @@ class MainWindow(QtGui.QMainWindow):
window.openAction.triggered.connect(self.browseMediapath)
window.exitAction = window.fileMenu.addAction(QtGui.QIcon(self.resourcespath + 'cross.png'),
getMessage("file-menu-label"))
getMessage("exit-menu-label"))
window.exitAction.triggered.connect(self.exitSyncplay)
window.menuBar.addMenu(window.fileMenu)