mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 21:44:22 +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()
|
GuiXml::GuiXml()
|
||||||
{
|
{
|
||||||
LOG("Loading gui.xml file...");
|
LOG("Loading gui.xml file...\n");
|
||||||
|
|
||||||
ResourceFinder rf;
|
ResourceFinder rf;
|
||||||
rf.includeDataDir("gui.xml");
|
rf.includeDataDir("gui.xml");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user