openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #28010
[Merge] lp:~trb143/openlp/fixexit into lp:openlp
Tim Bentley has proposed merging lp:~trb143/openlp/fixexit into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~trb143/openlp/fixexit/+merge/281258
Quick fix to allow an exit but need to be done better.
--
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/fixexit into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py 2015-12-21 00:43:38 +0000
+++ openlp/core/ui/mainwindow.py 2015-12-22 21:32:17 +0000
@@ -1102,7 +1102,7 @@
QtWidgets.QMessageBox.StandardButtons(QtWidgets.QMessageBox.Close |
QtWidgets.QMessageBox.Cancel),
self)
- msg_box.setButtonText(QtWidgets.QMessageBox.Close, translate('OpenLP.MainWindow', '&Exit OpenLP'))
+ #msg_box.setButtonText(QtWidgets.QMessageBox.Close, translate('OpenLP.MainWindow', '&Exit OpenLP'))
msg_box.setDefaultButton(QtWidgets.QMessageBox.Close)
if msg_box.exec() == QtWidgets.QMessageBox.Close:
self.clean_up()
Follow ups