mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 06:24:40 +02:00
Fix #1360547 ["Legacy" window title](https://bugs.launchpad.net/calibre/+bug/1360547)
This commit is contained in:
parent
f349cc358b
commit
702f255cf5
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