Fixes a problem with the renderpath screen not being displayed.

Refs #2241

This was SVN commit r14593.
This commit is contained in:
Yves 2014-01-17 18:40:36 +00:00
parent 377c780ddd
commit d80967111d

View File

@ -24,7 +24,7 @@
<action on="Press"><![CDATA[ <action on="Press"><![CDATA[
Engine.ConfigDB_CreateValue("user", "splashscreenenable", Engine.GetGUIObjectByName("displaySplashScreen").checked ? "true" : "false"); Engine.ConfigDB_CreateValue("user", "splashscreenenable", Engine.GetGUIObjectByName("displaySplashScreen").checked ? "true" : "false");
Engine.ConfigDB_WriteFile("user", "config/user.cfg"); Engine.ConfigDB_WriteFile("user", "config/user.cfg");
Engine.PopGuiPage(0); Engine.PopGuiPageCB();
]]></action> ]]></action>
</object> </object>
<object type="button" style="StoneButton" size="192 100%-52 356 100%-24"> <object type="button" style="StoneButton" size="192 100%-52 356 100%-24">