(svn r22824) -Codechange: pass sub directory to ini loading

This commit is contained in:
rubidium
2011-08-24 13:38:26 +00:00
parent 5f06d5067f
commit 05300a00b1
7 changed files with 17 additions and 12 deletions

View File

@@ -253,7 +253,7 @@ struct SignListWindow;
static void SaveLoadHotkeys(bool save)
{
IniFile *ini = new IniFile();
ini->LoadFromDisk(_hotkeys_file);
ini->LoadFromDisk(_hotkeys_file, BASE_DIR);
IniGroup *group;