sort languages in preferences

This commit is contained in:
Damien Elmes 2009-03-30 08:33:07 +09:00
parent 92ae00aae3
commit cf910c19fa

View file

@ -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()