mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 20:23:43 +02:00
Fix #1360547 ["Legacy" window title](https://bugs.launchpad.net/calibre/+bug/1360547)
This commit is contained in:
parent
626d127cc3
commit
dcc4efc867
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ class PluginTweaks(QDialog): # {{{
|
|||
|
||||
def __init__(self, raw, parent=None):
|
||||
QDialog.__init__(self, parent)
|
||||
self.setWindowTitle(_('Plugin tweaks'))
|
||||
self.edit = QPlainTextEdit(self)
|
||||
self.highlighter = PythonHighlighter(self.edit.document())
|
||||
self.l = QVBoxLayout()
|
||||
|
|
|
|||
Loading…
Reference in a new issue