mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 05:36:05 +01:00
Merge branch 'patch-1' of https://github.com/yegortimoshenko/calibre
This commit is contained in:
commit
ac65947be9
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ def set_window_title(self):
|
|||
font.setBold(True)
|
||||
font.setItalic(True)
|
||||
self.virtual_library.setFont(font)
|
||||
title = '{0} - || {1}{2} ||'.format(
|
||||
title = '{0} — || {1}{2} ||'.format(
|
||||
__appname__, self.iactions['Choose Library'].library_name(), restrictions)
|
||||
self.setWindowTitle(title)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue