summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--beos/system_colour.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}