mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
8443b9c787
commit
d944831cae
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user