diff options
author | frosch <frosch@openttd.org> | 2011-07-02 11:31:20 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-07-02 11:31:20 +0000 |
commit | 56a41a8852c6bad2119100d0758ca297e61c80c1 (patch) | |
tree | 73738cb1de1077a3c08b3e87341c2e91e766e1db | |
parent | 4e5534f85e349d3b18a4a806365dd8712b8a0ea8 (diff) | |
download | openttd-56a41a8852c6bad2119100d0758ca297e61c80c1.tar.xz |
(svn r22616) -Codechange: Fix typo.
-rw-r--r-- | src/ai/ai_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp index 6426dd3c7..debed35a2 100644 --- a/src/ai/ai_gui.cpp +++ b/src/ai/ai_gui.cpp @@ -251,7 +251,7 @@ static void ShowAIListWindow(CompanyID slot) } /** Enum referring to the widgets of the AI settings window */ -enum AISettingsWindowWidgest { +enum AISettingsWindowWidgets { AIS_WIDGET_BACKGROUND, ///< Panel to draw the settings on AIS_WIDGET_SCROLLBAR, ///< Scrollbar to scroll through all settings AIS_WIDGET_ACCEPT, ///< Accept button |