# HG changeset patch # User Luke Schierer # Date 1039479837 0 # Node ID e2d8ac05871f8408f6150e6c85389b64280cce57 # Parent bf443ac50a07d472e86c2e4fc44bef0fc166e0c3 [gaim-migrate @ 4264] "the about dialog scrolls to the bottom when opened, this patch fixes that" --Ka-Hing Cheung (bsponline) committer: Tailor Script diff -r bf443ac50a07 -r e2d8ac05871f src/about.c --- a/src/about.c Tue Dec 10 00:22:48 2002 +0000 +++ b/src/about.c Tue Dec 10 00:23:57 2002 +0000 @@ -118,43 +118,43 @@ _("Gaim is a modular Instant Messaging client capable of " "using AIM, ICQ, Yahoo!, MSN, IRC, Jabber, Napster, " "Zephyr, and Gadu-Gadu all at once. It is written using " - "Gtk+ and is licensed under the GPL.

"), -1, 0); + "Gtk+ and is licensed under the GPL.

"), -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), "URL: " - WEBSITE "

", -1, 0); + WEBSITE "

", -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), "IRC: #gaim on irc.freenode.net" - "

", -1, 0); + "

", -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), - _("Active Developers:
"), -1, 0); + _("Active Developers:
"), -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), " Rob Flynn (maintainer) " "<rob@marko.net>
" " Sean Egan (coder) " "<" "bj91704@binghamton.edu>" - "

", -1, 0); + "

", -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), - _("Crazy Patch Writers:
"), -1, 0); + _("Crazy Patch Writers:
"), -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), " Benjamin Miller
" " Decklin Foster
" " Nathan Walp
" - " Mark Doliner

", -1, 0); + " Mark Doliner

", -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), - _("Win32 Port:
"), -1, 0); + _("Win32 Port:
"), -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), " Herman Bloggs " "<" - "hermanator12002@yahoo.com>

", -1, 0); + "hermanator12002@yahoo.com>

", -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), - _("Retired Developers:
"), -1, 0); + _("Retired Developers:
"), -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), " Jim Duchek
" " Eric Warmenhoven " @@ -163,7 +163,7 @@ " Mark Spencer (original author) " "<" "markster@marko.net>" - "

", -1, 0); + "

", -1, GTK_IMHTML_NO_SCROLL); gtk_adjustment_set_value(gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)), 0);