MenuParser.cpp edited online with Bitbucket

This commit is contained in:
Don Honerbrink 2015-02-27 03:33:13 +00:00
parent 0e7eb9a5fa
commit b534d2f582

View File

@ -43,7 +43,7 @@ bool MenuParser::GetMenuItems(CollectionInfo *collection)
{
bool retVal = false;
//todo: magic string
std::string menuFilename = Configuration::GetAbsolutePath() + "/collections/" + collection->GetName() + "/Menu.xml";
std::string menuFilename = Configuration::GetAbsolutePath() + "/collections/" + collection->GetName() + "/menu.xml";
rapidxml::xml_document<> doc;
rapidxml::xml_node<> * rootNode;