mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Use an em dash to separate window title fragments
See the discussion here: https://bugzilla.mozilla.org/show_bug.cgi?id=1279647
This commit is contained in:
parent
ea7886c709
commit
2dd8ec37d2
@ -907,7 +907,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
||||
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…
x
Reference in New Issue
Block a user