(svn r20062) -Feature: customizable hotkeys for the airport toolbar

This commit is contained in:
yexo
2010-07-03 18:10:18 +00:00
parent cf3fb937ab
commit 2e0acdbb07
2 changed files with 15 additions and 5 deletions

View File

@@ -231,6 +231,7 @@ struct MainWindow;
struct TerraformToolbarWindow;
struct ScenarioEditorLandscapeGenerationWindow;
struct OrdersWindow;
struct BuildAirToolbarWindow;
static void SaveLoadHotkeys(bool save)
{
@@ -248,6 +249,7 @@ static void SaveLoadHotkeys(bool save)
SL_HOTKEYS(terraform, TerraformToolbarWindow);
SL_HOTKEYS(terraform_editor, ScenarioEditorLandscapeGenerationWindow);
SL_HOTKEYS(order, OrdersWindow);
SL_HOTKEYS(airtoolbar, BuildAirToolbarWindow);
#undef SL_HOTKEYS