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

This commit is contained in:
rubidium
2011-08-24 13:38:26 +00:00
parent c455bf5b1a
commit 9838ceb880
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;