From 90a0860081ee68f6d8c30d29df46339205149e13 Mon Sep 17 00:00:00 2001 From: Acumen Date: Fri, 15 Oct 2004 18:01:22 +0000 Subject: [PATCH] Added load for 4_manual.xml. This was SVN commit r1243. --- source/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.cpp b/source/main.cpp index 8f5506dbb9..4f7bf8a0b7 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -711,6 +711,7 @@ static void psInit() g_GUI.LoadXMLFile("gui/test/1_global.xml"); 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/hello.xml"); #endif