mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1706643 [drm link in About Get Books](https://bugs.launchpad.net/calibre/+bug/1706643)
This commit is contained in:
parent
8abd3b3c01
commit
a835baca67
@ -27,6 +27,7 @@ class Dialog(QDialog):
|
||||
self.icon_widget.set_icon(QIcon(I(icon)))
|
||||
|
||||
self.msg = m = QLabel(self)
|
||||
m.setOpenExternalLinks(True)
|
||||
m.setMinimumWidth(350), m.setWordWrap(True), m.setObjectName("msg")
|
||||
m.setText(msg)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user