mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-15 17:08:52 +01:00
set default font to English
This commit is contained in:
parent
c4a957a579
commit
20ef27d16c
@ -79,7 +79,8 @@ class InfoPageListItem(object):
|
|||||||
class AboutPage(Page):
|
class AboutPage(Page):
|
||||||
_FootMsg = ["Nav.","","","Back",""]
|
_FootMsg = ["Nav.","","","Back",""]
|
||||||
_MyList = []
|
_MyList = []
|
||||||
_ListFontObj = MyLangManager.TrFont("Eurostile13")
|
#_ListFontObj = MyLangManager.TrFont("Eurostile13")
|
||||||
|
_ListFontObj = MySkinManager.GiveFont("Eurostile13")
|
||||||
|
|
||||||
_AList = {}
|
_AList = {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user