From 835ae31f450d8faf5cc6cc77678e8512c21ba906 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 22 Apr 2011 15:50:13 +0000 Subject: (svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups --- src/window_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window_type.h') diff --git a/src/window_type.h b/src/window_type.h index 458ba70ae..b456b9f4b 100644 --- a/src/window_type.h +++ b/src/window_type.h @@ -51,7 +51,7 @@ enum WindowClass { WC_QUERY_STRING, WC_SAVELOAD, WC_SELECT_GAME, - WC_TOOLBAR_MENU, + WC_CLIENT_LIST_POPUP, WC_INCOME_GRAPH, WC_OPERATING_PROFIT, WC_TOOLTIPS, -- cgit v1.2.3-54-g00ecf