This commit is contained in:
Florian Bruhin 2014-01-21 09:39:30 +01:00
parent 690ff68a99
commit d03f23979d

View File

@ -98,7 +98,7 @@ class StatusProgress(QProgressBar):
self.hide() self.hide()
class StatusText(QLabel): class StatusText(QLabel):
"""The text part of the status bar, composedof several 'widgets'""" """The text part of the status bar, composed of several 'widgets'"""
keystring = '' keystring = ''
error = '' error = ''
text = '' text = ''