(svn r20056) -Feature: customizable hotkeys for the terraform toolbar

This commit is contained in:
yexo
2010-07-03 13:28:48 +00:00
parent a0a657585e
commit 7b18fe4b1d
2 changed files with 21 additions and 17 deletions

View File

@@ -227,6 +227,7 @@ void SaveLoadHotkeyGroup(IniGroup *group, T *hotkey_list, bool save)
}
}
struct TerraformToolbarWindow;
static void SaveLoadHotkeys(bool save)
{
@@ -240,6 +241,7 @@ static void SaveLoadHotkeys(bool save)
group = ini->GetGroup(#name);\
SaveLoadHotkeyGroup(group, _##name##_hotkeys, save);
SL_HOTKEYS(terraform, TerraformToolbarWindow);
#undef SL_HOTKEYS