mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 17:33:17 +02:00
...
This commit is contained in:
parent
dd30aa375a
commit
33f524d985
1 changed files with 1 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ def initalize_authors(self):
|
|||
au = _('Unknown')
|
||||
au = ' & '.join([a.strip().replace('|', ',') for a in au.split(',')])
|
||||
self.authors.setEditText(au)
|
||||
|
||||
|
||||
self.authors.set_separator('&')
|
||||
self.authors.set_space_before_sep(True)
|
||||
self.authors.update_items_cache(self.db.all_author_names())
|
||||
|
|
|
|||
Loading…
Reference in a new issue