mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-07 14:41:40 +00:00
Use exit-menu-label
This commit is contained in:
parent
1442537400
commit
3b6b7c4bbe
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user