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

View File

@ -16,6 +16,8 @@
- title: "Autofit covers in available space when viewing book details (can be turned off)" - title: "Autofit covers in available space when viewing book details (can be turned off)"
tickets: [4536] tickets: [4536]
- title: "Tips for recipe writers added to the wiki at http://bugs.calibre-ebook.com/wiki/RecipeTips"
bug fixes: bug fixes:
- title: "Switch to non WMI based method of detecting devices on windows" - title: "Switch to non WMI based method of detecting devices on windows"
type: major type: major
@ -50,8 +52,6 @@
- title: "Fix detection of CyBook Gen 3 with firmware 2 on OS X" - title: "Fix detection of CyBook Gen 3 with firmware 2 on OS X"
tickets: [4521] tickets: [4521]
new recipes: new recipes:
- title: MSNBC - title: MSNBC
author: Darko Miletic author: Darko Miletic

View File

@ -1769,7 +1769,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
'<a href="%s">DRM</a>ed book. You must first remove the ' '<a href="%s">DRM</a>ed book. You must first remove the '
'DRM using third party tools.')%\ 'DRM using third party tools.')%\
(job.description.split(':')[-1], (job.description.split(':')[-1],
'http://wiki.mobileread.com/wiki/DRM')) 'http://bugs.calibre-ebook.com/wiki/DRM'))
d.setModal(False) d.setModal(False)
d.show() d.show()
self._modeless_dialogs.append(d) self._modeless_dialogs.append(d)