Avoid rendering infomessages with the 'infont' used in user-inputbox (i.e. monospaced font hardly suitable for messages)

BTW, I've fixed it already the 3rd time and, let me hope, the last one.
This commit is contained in:
NuPogodi
2012-09-22 13:28:01 +03:00
parent 940408fc51
commit e621e006b9

View File

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