add other languages to tr7 editor

closes #357
This commit is contained in:
Kurt
2016-11-09 18:36:46 -08:00
parent dfa92e79b7
commit aae16ccaf2

View File

@@ -43,7 +43,9 @@ private void getComboBoxes()
new { Text = "ITA", Value = 4 },
new { Text = "GER", Value = 5 },
new { Text = "SPA", Value = 7 },
new { Text = "KOR", Value = 8 }
new { Text = "KOR", Value = 8 },
new { Text = "CHS", Value = 9 },
new { Text = "CHT", Value = 10},
};
CB_3DSReg.DisplayMember = "Text";