fixed objectName

This commit is contained in:
Andreas Preikschat 2011-04-10 09:07:02 +02:00
parent a54a3eb792
commit b7a1554abd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Ui_ShortcutListDialog(object):
shortcutListDialog.setObjectName(u'shortcutListDialog')
shortcutListDialog.resize(500, 438)
self.shortcutListLayout = QtGui.QVBoxLayout(shortcutListDialog)
self.shortcutListLayout.setObjectName(u'shortcutLitLayout')
self.shortcutListLayout.setObjectName(u'shortcutListLayout')
self.descriptionLabel = QtGui.QLabel(shortcutListDialog)
self.descriptionLabel.setObjectName(u'descriptionLabel')
self.descriptionLabel.setWordWrap(True)