diff --git a/source/main.cpp b/source/main.cpp index 1f2a91e58d..b50828f192 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -545,7 +545,7 @@ static void psInit() // GUI uses VFS, so this must come after VFS init. g_GUI.Initialize(); g_GUI.LoadXMLFile("gui/styles.xml"); - g_GUI.LoadXMLFile("gui/hello2.xml"); + g_GUI.LoadXMLFile("gui/hello.xml"); g_GUI.LoadXMLFile("gui/sprite1.xml"); #endif }