pidgin.next.minor: 7a3c8fed: I wanted to bold this text and forgot to...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Oct 3 16:50:49 EDT 2009


-----------------------------------------------------------------
Revision: 7a3c8fed5679b2ecaf977a9eea46980c9819513b
Ancestor: 056e3f0529f81c7574750897fa884b3f4ffddb6b
Author: rekkanoryo at pidgin.im
Date: 2009-10-03T18:54:58
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/7a3c8fed5679b2ecaf977a9eea46980c9819513b

Modified files:
        pidgin/gtkdialogs.c

ChangeLog: 

I wanted to bold this text and forgot to.

-------------- next part --------------
============================================================
--- pidgin/gtkdialogs.c	a99712e68bab34ac08e5a7a02ef8322fbde11a84
+++ pidgin/gtkdialogs.c	a06d902af0305f00c5e1ab7cbf4c6d5461654e9c
@@ -583,7 +583,7 @@ void pidgin_dialogs_buildinfo()
 	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 */


More information about the Commits mailing list