Readded deleted line. One more comment typo

This commit is contained in:
Phill Ridout 2015-01-02 11:58:44 +00:00
parent 3cafbfd0ed
commit c27c875f33
2 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class DisplayController(QtGui.QWidget):
class InfoLabel(QtGui.QLabel):
"""
InfoLabel is a subclassed QLabel. Created to provide the ablilty add a ellipsis if the text is cut off. Original
InfoLabel is a subclassed QLabel. Created to provide the ablilty to add a ellipsis if the text is cut off. Original
source: https://stackoverflow.com/questions/11446478/pyside-pyqt-truncate-text-in-qlabel-based-on-minimumsize
"""

View File

@ -506,6 +506,7 @@ def get_natural_key(string):
return [b''] + key
return key
from .languagemanager import LanguageManager
from .actions import ActionList