mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #1929463 [[Enhancement] Use the same hyphen in the Preferences windows as in the main titlebar](https://bugs.launchpad.net/calibre/+bug/1929463)
This commit is contained in:
parent
aebe0f1f86
commit
b9899d94ef
@ -235,7 +235,7 @@ class Preferences(QDialog):
|
||||
self.move(gui.rect().center() - self.rect().center())
|
||||
|
||||
self.setWindowModality(Qt.WindowModality.ApplicationModal)
|
||||
self.setWindowTitle(__appname__ + ' - ' + _('Preferences'))
|
||||
self.setWindowTitle(__appname__ + ' — ' + _('Preferences'))
|
||||
self.setWindowIcon(QIcon(I('config.png')))
|
||||
self.l = l = QVBoxLayout(self)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user