mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps][escher] I18n
Change-Id: I4d6f40155a8a182184af9ef2a583d0469196ffd5
This commit is contained in:
@@ -9,7 +9,7 @@ AppsWindow::AppsWindow() :
|
||||
{
|
||||
}
|
||||
|
||||
void AppsWindow::setTitle(const char * title) {
|
||||
void AppsWindow::setTitle(I18n::Message title) {
|
||||
m_titleBarView.setTitle(title);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user