From dd341223bb8144455bff1a9a6612ef3647d78c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Fri, 22 Jul 2016 08:46:49 +0300 Subject: [PATCH] UI|Client: "Now playing" in minimized mode should use profile name --- doomsday/apps/client/src/ui/clientwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/apps/client/src/ui/clientwindow.cpp b/doomsday/apps/client/src/ui/clientwindow.cpp index 5a732574d1..97144ad77a 100644 --- a/doomsday/apps/client/src/ui/clientwindow.cpp +++ b/doomsday/apps/client/src/ui/clientwindow.cpp @@ -353,7 +353,7 @@ DENG2_PIMPL(ClientWindow) if (!newGame.isNull()) { nowPlaying->setText(_E(l) + tr("Now playing") + "\n" + _E(b) + - newGame.title()); + DoomsdayApp::currentGameProfile()->name()); } // Check with Style if blurring is allowed.