Mercurial > pidgin
changeset 29115:b50ff312ac80
I wanted to bold this text and forgot to.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 03 Oct 2009 18:54:58 +0000 |
parents | 346d5ea00346 |
children | a6b08260d631 |
files | pidgin/gtkdialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c Sat Oct 03 18:49:54 2009 +0000 +++ b/pidgin/gtkdialogs.c Sat Oct 03 18:54:58 2009 +0000 @@ -583,7 +583,7 @@ g_string_append_printf(str, "<FONT SIZE=\"4\"><B>%s %s</B></FONT><BR>(libpurple %s)<BR>%s<BR><BR>", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION); - g_string_append_printf(str, "<FONT SIZE=\"4\">%s</FONT><br/>", _("Build Information")); + g_string_append_printf(str, "<FONT SIZE=\"4\"><B>%s</B></FONT><br/>", _("Build Information")); /* The following primarly intented for user/developer interaction and thus ought not be translated */