summaryrefslogtreecommitdiff
path: root/dw/fltkui.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 16:32:41 +0200
committerjcid <devnull@localhost>2008-09-30 16:32:41 +0200
commit0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch)
tree151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /dw/fltkui.cc
parent6deac7761c79417469c515268ba010a5f1fd60fb (diff)
- s/todo:/TODO:/g
Diffstat (limited to 'dw/fltkui.cc')
-rw-r--r--dw/fltkui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkui.cc b/dw/fltkui.cc
index 868de78a..8c3d9829 100644
--- a/dw/fltkui.cc
+++ b/dw/fltkui.cc
@@ -178,7 +178,7 @@ void FltkResource::setWidgetStyle (::fltk::Widget *widget,
if (bg) {
if (style->color) {
/*
- * todo: if/when CSS is implemented, test whether style->color
+ * TODO: if/when CSS is implemented, test whether style->color
* will consistently provide readable widgets.
*/
int32_t c = bg->colors[FltkColor::SHADING_NORMAL];