From 6f41daca2c5044b380b6e5bd62241a16fd466b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Wed, 26 Nov 2014 20:00:14 +0200 Subject: [PATCH] libcore|SavedSession: Record's text formatting expects monospaced fonts --- doomsday/libcore/src/game/savedsession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/libcore/src/game/savedsession.cpp b/doomsday/libcore/src/game/savedsession.cpp index 8c999ccbb2..b857fd7bab 100644 --- a/doomsday/libcore/src/game/savedsession.cpp +++ b/doomsday/libcore/src/game/savedsession.cpp @@ -174,7 +174,7 @@ String SavedSession::Metadata::asStyledText() const _E(l) "Session id: " _E(.)_E(i) "%3\n" _E(.) _E(l) "Episode: " _E(.)_E(i) "%4\n" _E(.) _E(D) "Current map:\n" _E(.) "%5\n" - _E(D) "Game rules:\n" _E(.) "%6") + _E(D) "Game rules:\n" _E(.) _E(m) "%6" _E(r)) // monospace for Record output .arg(gets("userDescription", "")) .arg(gets("gameIdentityKey", "")) .arg(geti("sessionId", 0))