(svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups

This commit is contained in:
rubidium
2011-04-22 15:50:13 +00:00
parent e2d5ce1b0e
commit 835ae31f45
4 changed files with 5 additions and 7 deletions

View File

@@ -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,