summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-04-22 15:50:13 +0000
committerrubidium <rubidium@openttd.org>2011-04-22 15:50:13 +0000
commit835ae31f450d8faf5cc6cc77678e8512c21ba906 (patch)
tree597fdf48ade8318a70517cf1b6f8a609cd0277ea /src/window_type.h
parente2d5ce1b0ed775c5dbc92dc309fc93dea985e72f (diff)
downloadopenttd-835ae31f450d8faf5cc6cc77678e8512c21ba906.tar.xz
(svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 1 insertions, 1 deletions
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,