mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1406962 [[broken link] Edit book "Help->User guide"](https://bugs.launchpad.net/calibre/+bug/1406962)
This commit is contained in:
parent
eb6317512f
commit
2e3e4203c7
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user