Skip to content

Commit

Permalink
UI|Client: "Now playing" in minimized mode should use profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 22, 2016
1 parent f555b90 commit dd34122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/ui/clientwindow.cpp
Expand Up @@ -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.
Expand Down

0 comments on commit dd34122

Please sign in to comment.