1
Former-commit-id: 2a0af0484eed2fec9df161171a930b64b6ae39e2
This commit is contained in:
Alex Yatskov 2015-04-29 09:24:49 +09:00
parent 7f81185736
commit a5cdcb859e

View File

@ -105,7 +105,7 @@ class DialogPreferences(QtGui.QDialog, gen.preferences_ui.Ui_DialogPreferences):
self.comboBoxModel.blockSignals(False)
allowedTags = {
'vocab': ['expression', 'reading', 'glossary', 'sentence','translation'],
'vocab': ['expression', 'reading', 'glossary', 'sentence', 'translation'],
'kanji': ['character', 'onyomi', 'kunyomi', 'glossary'],
}[name]