From 408da061e6098c6562f69b50d16353c7efc5cdf2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 Jan 2014 12:24:11 +0300 Subject: Add missing npc font settings. --- src/gui/theme.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/theme.cpp') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 6fdae088c..760169d07 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -1308,6 +1308,8 @@ ThemeInfo *Theme::loadInfo(const std::string &themeName) readValue(helpFont); else if (xmlNameEqual(infoNode, "secureFont")) readValue(secureFont); + else if (xmlNameEqual(infoNode, "npcFont")) + readValue(npcFont); else if (xmlNameEqual(infoNode, "japanFont")) readValue(japanFont); else if (xmlNameEqual(infoNode, "chinaFont")) -- cgit v1.2.3-70-g09d2