From 0cc3fbe6fe298b11e0d16da702f25640b175addf Mon Sep 17 00:00:00 2001 From: briangr Date: Fri, 23 Oct 2009 08:32:22 +0000 Subject: [PATCH] fixed menu xml path problem git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1656 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 29b7fb2d950bf858d7e40ab4a519625cd15877c1 Former-commit-id: 3bbfcb9fd749d4e9d9ccac28d48f5b5afba71ff9 --- src/libs/tgfclient/guimenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/tgfclient/guimenu.cpp b/src/libs/tgfclient/guimenu.cpp index 85433f02..b80ca078 100644 --- a/src/libs/tgfclient/guimenu.cpp +++ b/src/libs/tgfclient/guimenu.cpp @@ -755,7 +755,7 @@ void * LoadMenuXML(const char *pMenuPath) { std::string strPath = pMenuPath; - strPath = "menu/"+strPath; + strPath = "data/menu/"+strPath; void *param = NULL; char buf[1024];