Fix logging string in GuiXml() ctor

This commit is contained in:
David Capello 2015-12-22 20:10:01 -03:00
parent 1c7ef06a4b
commit 5e67441af3

View File

@ -29,7 +29,7 @@ GuiXml* GuiXml::instance()
GuiXml::GuiXml()
{
LOG("Loading gui.xml file...");
LOG("Loading gui.xml file...\n");
ResourceFinder rf;
rf.includeDataDir("gui.xml");