summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/cairo-draw-x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cairo-draw-x.cxx b/examples/cairo-draw-x.cxx
index 8129e607d..eb889fb4c 100644
--- a/examples/cairo-draw-x.cxx
+++ b/examples/cairo-draw-x.cxx
@@ -24,7 +24,7 @@ static void my_cairo_draw_cb(Fl_Cairo_Window *window, cairo_t *cr) {
const double xmax = (window->w() - 1);
const double ymax = (window->h() - 1);
- // Draw green "X"
+ // Draw orange "X"
// Draws an X to four corners of resizable window.
// See Fl_Cairo_Window docs for more info.
//