summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-05-31 04:13:01 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-31 04:13:01 +0000
commitd944831cae3a4417b90aabee2ba3414d3cb47d6d (patch)
tree51bd4620d41b8680cff01e2eb42829b72162695a /demos
parent8443b9c787ed2a087850b403db1d4cd3959897b2 (diff)
downloadgdk-pixbuf-d944831cae3a4417b90aabee2ba3414d3cb47d6d.tar.gz
Display comments in friendly DodgerBlue instead of scary red. (#343444,
2006-05-31 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/main.c (main): Display comments in friendly DodgerBlue instead of scary red. (#343444, Carol Spears)
Diffstat (limited to 'demos')
-rw-r--r--demos/gtk-demo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c
index 1b3e12557..87f37fcf3 100644
--- a/demos/gtk-demo/main.c
+++ b/demos/gtk-demo/main.c
@@ -894,7 +894,7 @@ main (int argc, char **argv)
NULL);
tag = gtk_text_buffer_create_tag (source_buffer, "comment",
- "foreground", "red",
+ "foreground", "DodgerBlue",
NULL);
tag = gtk_text_buffer_create_tag (source_buffer, "type",
"foreground", "ForestGreen",