[escher] In app, add an upperName

Change-Id: Iea37749e446c721b5e85af063681e2a98c0e4f37
This commit is contained in:
Émilie Feral
2017-01-24 13:52:11 +01:00
parent 52013f6995
commit e3e0fb2120
11 changed files with 20 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
namespace Probability {
App::App(Container * container) :
TextFieldDelegateApp(container, &m_stackViewController, "Probability", ImageStore::ProbabilityIcon),
TextFieldDelegateApp(container, &m_stackViewController, "Probabilites", "PROBABILITES", ImageStore::ProbabilityIcon),
m_lawController(LawController(nullptr)),
m_stackViewController(&m_modalViewController, &m_lawController, true)
{