Merge differing trees and remove whitspaces

This commit is contained in:
M2j 2012-03-04 15:52:09 +01:00
commit b952b2cdbc
9 changed files with 9 additions and 10 deletions

View File

@ -31,7 +31,6 @@ import logging
from PyQt4 import QtCore, QtGui
from openlp.core.lib import build_icon
from openlp.core.lib.ui import create_widget_action
log = logging.getLogger(__name__)

View File

@ -137,7 +137,7 @@ class AlertsPlugin(Plugin):
text=translate('AlertsPlugin', '&Alert'),
icon=u':/plugins/plugin_alerts.png',
statustip=translate('AlertsPlugin', 'Show an alert message.'),
visible=False, shortcuts=u'F7', triggers=self.onAlertsTrigger)
visible=False, shortcuts=[u'F7'], triggers=self.onAlertsTrigger)
self.serviceManager.mainwindow.toolsMenu.addAction(self.toolsAlertItem)
def initialise(self):