mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5231d7958c
commit
e00615d89d
@ -177,7 +177,7 @@ class Main(MainWindow):
|
|||||||
|
|
||||||
# Tool actions
|
# Tool actions
|
||||||
group = _('Tools')
|
group = _('Tools')
|
||||||
self.action_toc = reg('toc.png', _('&Edit ToC'), self.boss.edit_toc, 'edit-toc', (), _('Edit Table of Contents'))
|
self.action_toc = reg('toc.png', _('&Edit Table of Contents'), self.boss.edit_toc, 'edit-toc', (), _('Edit Table of Contents'))
|
||||||
|
|
||||||
def create_menubar(self):
|
def create_menubar(self):
|
||||||
b = self.menuBar()
|
b = self.menuBar()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user