From 56a41a8852c6bad2119100d0758ca297e61c80c1 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 2 Jul 2011 11:31:20 +0000 Subject: (svn r22616) -Codechange: Fix typo. --- src/ai/ai_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf