mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-03 19:03:27 +01:00
...
This commit is contained in:
parent
2ea4661c30
commit
27fdd8bfb9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
]
|
||||
d['global_plugins_toolbar'] = []
|
||||
d['editor_common_toolbar'] = [('editor-' + x) if x else None for x in ('undo', 'redo', None, 'cut', 'copy', 'paste', 'smart-comment')]
|
||||
d['editor_css_toolbar'] = ['pretty-current', 'sort-css', 'insert-image']
|
||||
d['editor_css_toolbar'] = ['pretty-current', 'editor-sort-css', 'insert-image']
|
||||
d['editor_xml_toolbar'] = ['pretty-current', 'insert-tag']
|
||||
d['editor_html_toolbar'] = ['fix-html-current', 'pretty-current', 'insert-image', 'insert-hyperlink', 'insert-tag', 'change-paragraph']
|
||||
d['editor_format_toolbar'] = [('format-text-' + x) if x else x for x in (
|
||||
|
|
|
|||
Loading…
Reference in a new issue