This commit is contained in:
Kovid Goyal 2014-08-23 16:06:56 +05:30 committed by Charles Haley
parent 626d127cc3
commit dcc4efc867

View File

@ -299,6 +299,7 @@ class PluginTweaks(QDialog): # {{{
def __init__(self, raw, parent=None): def __init__(self, raw, parent=None):
QDialog.__init__(self, parent) QDialog.__init__(self, parent)
self.setWindowTitle(_('Plugin tweaks'))
self.edit = QPlainTextEdit(self) self.edit = QPlainTextEdit(self)
self.highlighter = PythonHighlighter(self.edit.document()) self.highlighter = PythonHighlighter(self.edit.document())
self.l = QVBoxLayout() self.l = QVBoxLayout()