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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {}