From 9a69d76feb4e69ebd03e12f34ddee388be656a89 Mon Sep 17 00:00:00 2001 From: Acumen Date: Thu, 11 Nov 2004 23:51:52 +0000 Subject: [PATCH] Minor update to add link to 5_atlas.xml, so that GUI development of the Atlas Editor is supported. This was SVN commit r1303. --- source/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.cpp b/source/main.cpp index 3c36c17a3b..ae8d621daf 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -767,6 +767,7 @@ static void psInit() g_GUI.LoadXMLFile("gui/test/2_mainmenu.xml"); g_GUI.LoadXMLFile("gui/test/3_session.xml"); g_GUI.LoadXMLFile("gui/test/4_manual.xml"); + g_GUI.LoadXMLFile("gui/test/5_atlas.xml"); g_GUI.LoadXMLFile("gui/test/hello.xml"); #endif