X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fhelp.cpp;h=0b6bf2974161f2eced040cfc619920c6a2264e21;hb=c5ecfe71942b6c273e1ad92390faa710044f547e;hp=b11743d69319a9af587cf71b2302ec9330e4fb7e;hpb=88624ae9e2534d8177214bd3966e0f72a49678eb;p=xonotic%2Fnetradiant.git diff --git a/radiant/help.cpp b/radiant/help.cpp index b11743d6..0b6bf297 100644 --- a/radiant/help.cpp +++ b/radiant/help.cpp @@ -115,8 +115,8 @@ void process_xlink( const char* filename, const char *menu_name, const char *bas void create_game_help_menu( ui::Menu menu ){ StringOutputStream filename( 256 ); - filename << AppPath_get() << "global.xlink"; - process_xlink( filename.c_str(), "General", AppPath_get(), menu ); + filename << DataPath_get() << "global.xlink"; + process_xlink(filename.c_str(), "General", DataPath_get(), menu); #if 1 filename.clear();