fix typo in getFace

This commit is contained in:
Qingping Hou
2012-09-07 12:32:09 +08:00
parent 4199ac8e3c
commit 6c9fb8b023

View File

@@ -21,7 +21,7 @@ function InfoMessage:show(text,refresh_mode)
}),
TextWidget:new({
text = text,
face = Font:getFace("infofont", 30)
face = Font:getFace("infont", 30)
})
})
})