mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
eb72eabb44
@ -145,7 +145,7 @@ class ChooseMultiSort(Dialog):
|
||||
return self.no_column_selected_error()
|
||||
d = QInputDialog(self)
|
||||
d.setComboBoxEditable(True)
|
||||
d.setComboBoxItems(self.saved_specs.keys())
|
||||
d.setComboBoxItems(sorted(self.saved_specs.keys(), key=primary_sort_key))
|
||||
d.setWindowTitle(_('Choose name'))
|
||||
d.setLabelText(_('Choose a name for these settings'))
|
||||
if d.exec():
|
||||
|
Loading…
x
Reference in New Issue
Block a user