(svn r20063) -Feature: customizable hotkeys for the dock toolbar

This commit is contained in:
yexo
2010-07-03 18:18:58 +00:00
parent a78145a564
commit 4cac42fa43
2 changed files with 22 additions and 12 deletions

View File

@@ -232,6 +232,7 @@ struct TerraformToolbarWindow;
struct ScenarioEditorLandscapeGenerationWindow;
struct OrdersWindow;
struct BuildAirToolbarWindow;
struct BuildDocksToolbarWindow;
static void SaveLoadHotkeys(bool save)
{
@@ -250,6 +251,7 @@ static void SaveLoadHotkeys(bool save)
SL_HOTKEYS(terraform_editor, ScenarioEditorLandscapeGenerationWindow);
SL_HOTKEYS(order, OrdersWindow);
SL_HOTKEYS(airtoolbar, BuildAirToolbarWindow);
SL_HOTKEYS(dockstoolbar, BuildDocksToolbarWindow);
#undef SL_HOTKEYS