mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
sort languages in preferences
This commit is contained in:
parent
92ae00aae3
commit
cf910c19fa
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ class Preferences(QDialog):
|
|||
(_("Spanish"), "es_ES"),
|
||||
(_("Swedish"), "sv_SE"),
|
||||
]
|
||||
self.supportedLanguages.sort()
|
||||
self.connect(self.dialog.buttonBox, SIGNAL("helpRequested()"), self.helpRequested)
|
||||
self.setupLang()
|
||||
self.setupSync()
|
||||
|
|
Loading…
Reference in a new issue