summaryrefslogtreecommitdiff
path: root/src/company_cmd.cpp
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/company_cmd.cpp
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/company_cmd.cpp')
-rw-r--r--src/company_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp
index c4f661170..4ccb9ae03 100644
--- a/src/company_cmd.cpp
+++ b/src/company_cmd.cpp
@@ -556,7 +556,7 @@ Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY)
GeneratePresidentName(c);
SetWindowDirty(WC_GRAPH_LEGEND, 0);
- SetWindowDirty(WC_TOOLBAR_MENU, 0);
+ SetWindowDirty(WC_CLIENT_LIST_POPUP, 0);
SetWindowDirty(WC_CLIENT_LIST, 0);
BuildOwnerLegend();
InvalidateWindowData(WC_SMALLMAP, 0, 1);