From 9907742a0f73bdbbf578cd2b6c424b80d254fed1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 9 Feb 2009 01:06:23 +0000 Subject: (svn r15423) -Codechange: split widget related types to their own header and add a bit of type strictness. --- src/graph_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph_gui.cpp') diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index acd220a2e..d5707ed16 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -634,7 +634,7 @@ struct PaymentRatesGraphWindow : BaseGraphWindow { Widget *wi = &this->widget[3 + i]; wi->type = WWT_PANEL; wi->display_flags = RESIZE_NONE; - wi->color = COLOUR_ORANGE; + wi->colour = COLOUR_ORANGE; wi->left = 493; wi->right = 562; wi->top = 24 + i * 8; -- cgit v1.2.3-70-g09d2