Fix #1406962 [[broken link] Edit book "Help->User guide"](https://bugs.launchpad.net/calibre/+bug/1406962)

This commit is contained in:
Kovid Goyal 2015-01-02 09:40:27 +05:30
parent eb6317512f
commit 2e3e4203c7

View File

@ -449,7 +449,7 @@ class Main(MainWindow):
'edit-clear.png', _('&Close other tabs'), self.central.close_all_but_current_editor, 'close-all-but-current-tab', 'Ctrl+Alt+W', _( 'edit-clear.png', _('&Close other tabs'), self.central.close_all_but_current_editor, 'close-all-but-current-tab', 'Ctrl+Alt+W', _(
'Close all tabs except the current tab')) 'Close all tabs except the current tab'))
self.action_help = treg( self.action_help = treg(
'help.png', _('User &Manual'), lambda : open_url(localize_user_manual_link(QUrl( 'help.png', _('User &Manual'), lambda : open_url(QUrl(localize_user_manual_link(
'http://manual.calibre-ebook.com/edit.html'))), 'user-manual', 'F1', _( 'http://manual.calibre-ebook.com/edit.html'))), 'user-manual', 'F1', _(
'Show User Manual')) 'Show User Manual'))
self.action_browse_images = treg( self.action_browse_images = treg(