mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[apps][escher] I18n
Change-Id: I4d6f40155a8a182184af9ef2a583d0469196ffd5
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <escher/palette.h>
|
||||
#include <assert.h>
|
||||
|
||||
Button::Button(Responder * parentResponder, const char * textBody, Invocation invocation, KDText::FontSize size, KDColor textColor) :
|
||||
Button::Button(Responder * parentResponder, I18n::Message textBody, Invocation invocation, KDText::FontSize size, KDColor textColor) :
|
||||
HighlightCell(),
|
||||
Responder(parentResponder),
|
||||
m_pointerTextView(PointerTextView(size, textBody, 0.5f, 0.5f, textColor)),
|
||||
|
||||
Reference in New Issue
Block a user