From 85c4d4e53131c991659f564972c721e7da1c7d13 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 2 Jul 2011 11:31:20 +0000 Subject: [PATCH] (svn r22616) -Codechange: Fix typo. --- src/ai/ai_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp index 6426dd3c7f..debed35a21 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