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)
This commit is contained in:
Matthias Clasen 2006-05-31 04:13:01 +00:00 committed by Matthias Clasen
parent 8443b9c787
commit d944831cae
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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)
* gtk/gtkfontbutton.c:
* gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
font-set signals. (#343438, Olexiy Avramchenko)

View File

@ -1,5 +1,8 @@
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)
* gtk/gtkfontbutton.c:
* gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
font-set signals. (#343438, Olexiy Avramchenko)

View File

@ -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",