mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Fix logging string in GuiXml() ctor
This commit is contained in:
parent
1c7ef06a4b
commit
5e67441af3
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user