← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~phill-ridout/openlp/alert_icon into lp:openlp

 

phill has proposed merging lp:~phill-ridout/openlp/alert_icon into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~phill-ridout/openlp/alert_icon/+merge/127859

fixed alert dialog icon
-- 
https://code.launchpad.net/~phill-ridout/openlp/alert_icon/+merge/127859
Your team OpenLP Core is requested to review the proposed merge of lp:~phill-ridout/openlp/alert_icon into lp:openlp.
=== modified file 'openlp/plugins/alerts/forms/alertdialog.py'
--- openlp/plugins/alerts/forms/alertdialog.py	2012-06-22 14:14:53 +0000
+++ openlp/plugins/alerts/forms/alertdialog.py	2012-10-03 19:57:22 +0000
@@ -35,7 +35,7 @@
     def setupUi(self, alertDialog):
         alertDialog.setObjectName(u'alertDialog')
         alertDialog.resize(400, 300)
-        alertDialog.setWindowIcon(build_icon(u':/icon/openlp.org-icon-32.bmp'))
+        alertDialog.setWindowIcon(build_icon(u':/icon/openlp-logo-16x16.png'))
         self.alertDialogLayout = QtGui.QGridLayout(alertDialog)
         self.alertDialogLayout.setObjectName(u'alertDialogLayout')
         self.alertTextLayout = QtGui.QFormLayout()


Follow ups