Mercurial > pidgin
changeset 19336:1cb5f84cb644
This text should probably be readable, I think
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Sat, 18 Aug 2007 08:32:38 +0000 |
parents | 770b04e551a7 |
children | 6d94101c7d22 c9aeb5a53d4d 9dc79e0a8d6c e75b7e97c7ea 79dbe5fc2097 7a118cacd4b0 |
files | pidgin/gtkdialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c Sat Aug 18 08:16:37 2007 +0000 +++ b/pidgin/gtkdialogs.c Sat Aug 18 08:32:38 2007 +0000 @@ -301,7 +301,7 @@ context = gtk_widget_get_pango_context(widget); layout = pango_layout_new(context); - markup = g_strdup_printf("<span foreground=\"#5c3566\">%s</span>", VERSION); + markup = g_strdup_printf("<span foreground=\"#FFFFFF\">%s</span>", VERSION); pango_layout_set_font_description(layout, style->font_desc); pango_layout_set_markup(layout, markup, strlen(markup)); g_free(markup);