mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0db0c10811
commit
ec0520eb46
@ -61,6 +61,7 @@ def format_report(title, report):
|
|||||||
def show_report(changed, title, report, parent, show_current_diff):
|
def show_report(changed, title, report, parent, show_current_diff):
|
||||||
report = format_report(title, report)
|
report = format_report(title, report)
|
||||||
d = QDialog(parent)
|
d = QDialog(parent)
|
||||||
|
d.setWindowTitle(_('Action report'))
|
||||||
d.l = QVBoxLayout()
|
d.l = QVBoxLayout()
|
||||||
d.setLayout(d.l)
|
d.setLayout(d.l)
|
||||||
d.e = QTextBrowser(d)
|
d.e = QTextBrowser(d)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user