diff -r a5595d764a85 -r bb8115817984 pidgin/gtkdialogs.c
--- 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,
- "%s %s>
(libpurple %s)
%s
", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION);
+ "%s %s
(libpurple %s)
%s
", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version(), REVISION);
g_string_append_printf(str, "%s
", _("Build Information"));