This commit is contained in:
Kovid Goyal
2010-01-15 20:07:41 -07:00
parent fb03cf1bf8
commit 8092fd185a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1769,7 +1769,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
'<a href="%s">DRM</a>ed book. You must first remove the '
'DRM using third party tools.')%\
(job.description.split(':')[-1],
'http://wiki.mobileread.com/wiki/DRM'))
'http://bugs.calibre-ebook.com/wiki/DRM'))
d.setModal(False)
d.show()
self._modeless_dialogs.append(d)