changeset 29508:346d5ea00346

Making this minimum size slightly larger makes the MTN revision ID fit without wrapping and won't hurt us any since it will still fit in the small screens we get complaints about.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 03 Oct 2009 18:49:54 +0000
parents eae4883944ed
children b50ff312ac80
files pidgin/gtkdialogs.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Sat Oct 03 18:05:08 2009 +0000
+++ b/pidgin/gtkdialogs.c	Sat Oct 03 18:49:54 2009 +0000
@@ -435,7 +435,7 @@
 	tmp = g_strdup_printf(_("About %s"), PIDGIN_NAME);
 	about = pidgin_create_dialog(tmp, PIDGIN_HIG_BORDER, "about", TRUE);
 	g_free(tmp);
-	gtk_window_set_default_size(GTK_WINDOW(about), 340, 450);
+	gtk_window_set_default_size(GTK_WINDOW(about), 450, 450);
 
 	vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(about), FALSE, PIDGIN_HIG_BORDER);
 
@@ -581,7 +581,7 @@
 	str = g_string_sized_new(4096);
 
 	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);
+		"<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"));