From 5a42a7a791c8c0f267c4dbe07dff8455c3ad1235 Mon Sep 17 00:00:00 2001 From: François Revel Date: Thu, 29 Mar 2012 00:05:54 +0000 Subject: Fix the fix. (we used a different name for this struct member than on other platforms) :p svn path=/trunk/netsurf/; revision=13770 --- beos/system_colour.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos/system_colour.cpp') diff --git a/beos/system_colour.cpp b/beos/system_colour.cpp index 921157c84..eeac33fc5 100644 --- a/beos/system_colour.cpp +++ b/beos/system_colour.cpp @@ -333,7 +333,7 @@ colour gui_system_colour_char(const char *name) for (ccount = 0; ccount < colour_list_len; ccount++) { if (strcmp(name, colour_list[ccount].name) == 0) { - ret = colour_list[ccount].colour; + ret = colour_list[ccount].css_colour; break; } } -- cgit v1.2.3