Put supported languages in combobox and allows people to add or remove languages to the filter #102

This commit is contained in:
2017-11-13 00:10:44 -06:00
parent a5e1686af6
commit 094325cbf0
3 changed files with 42 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
import application
from wxUI.dialogs import filterDialogs
class filter(object):
def __init__(self):
self.dialog = filterDialogs.filterDialog()
self.dialog = filterDialogs.filterDialog(languages=[i["name"] for i in application.supported_languages])
self.dialog.get_response()