From 3d8bdb0d2a5bcc57ecf0b94e348521aaf7ece682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Thu, 28 Jun 2018 18:03:37 +0300 Subject: [PATCH] Tests: Testing rich formatting of text --- doomsday/tests/test_appfw/src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/tests/test_appfw/src/mainwindow.cpp b/doomsday/tests/test_appfw/src/mainwindow.cpp index 123d798295..8ca1d81a12 100644 --- a/doomsday/tests/test_appfw/src/mainwindow.cpp +++ b/doomsday/tests/test_appfw/src/mainwindow.cpp @@ -83,7 +83,7 @@ DE_PIMPL(MainWindow) root.add(compositor); test = new LabelWidget; - test->setText("Doomsday Application Framework Test"); + test->setText("Doomsday " _E(b)"Application" _E(.)_E(i)" Framework " _E(.)"Test"); test->setImage(TestApp::images().image("logo")); test->setTextAlignment(ui::AlignBottom); test->rule().setRect(root.viewRule());