fixed doc

This commit is contained in:
Andreas Preikschat 2011-10-22 13:16:25 +02:00
parent 05bf2ec6fa
commit 49569746ea
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class EventReceiver(QtCore.QObject):
**Mainwindow related and generic signals**
``mainwindow_status_text``
Changes the bottom status bar text on the maindisplay window.
Changes the bottom status bar text on the mainwindow.
``openlp_warning_message``
Displays a standalone Warning Message.
@ -254,7 +254,7 @@ class Receiver(object):
To receive a Message
``QtCore.QObject.connect(
Receiver.get_receiver(),
QtCore.SIGNAL(u'<<Message ID>>'),
QtCore.SIGNALvideodisplay(u'<<Message ID>>'),
<<ACTION>>
)``
"""