mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -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"),
|
(_("Spanish"), "es_ES"),
|
||||||
(_("Swedish"), "sv_SE"),
|
(_("Swedish"), "sv_SE"),
|
||||||
]
|
]
|
||||||
|
self.supportedLanguages.sort()
|
||||||
self.connect(self.dialog.buttonBox, SIGNAL("helpRequested()"), self.helpRequested)
|
self.connect(self.dialog.buttonBox, SIGNAL("helpRequested()"), self.helpRequested)
|
||||||
self.setupLang()
|
self.setupLang()
|
||||||
self.setupSync()
|
self.setupSync()
|
||||||
|
|
Loading…
Reference in a new issue