set default font to English

This commit is contained in:
hi80482
2020-07-04 01:43:49 +08:00
committed by GitHub
parent c4a957a579
commit 20ef27d16c

View File

@@ -79,7 +79,8 @@ class InfoPageListItem(object):
class AboutPage(Page):
_FootMsg = ["Nav.","","","Back",""]
_MyList = []
_ListFontObj = MyLangManager.TrFont("Eurostile13")
#_ListFontObj = MyLangManager.TrFont("Eurostile13")
_ListFontObj = MySkinManager.GiveFont("Eurostile13")
_AList = {}