Mercurial > pidgin
changeset 11771:08b1dd8aa11c
[gaim-migrate @ 14062]
I don't think the plugin title needs to be shown in the details section, since it's shown in the list above. Also, I'm changing the tabbing on the Website line; if that breaks the layout for others, feel free to revert, but this makes things line up for me.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 23 Oct 2005 23:04:31 +0000 |
parents | d353f31d17a9 |
children | d1d5f27de95d |
files | src/gtkplugin.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkplugin.c Sun Oct 23 22:59:47 2005 +0000 +++ b/src/gtkplugin.c Sun Oct 23 23:04:31 2005 +0000 @@ -191,10 +191,9 @@ g_markup_escape_text(_(plug->info->homepage), -1) : NULL; buf = g_strdup_printf( #ifndef _WIN32 - _("<span size=\"larger\">%s %s</span>\n\n" - "%s%s" + _("%s%s" "<span weight=\"bold\">Written by:</span>\t%s\n" - "<span weight=\"bold\">Web site:</span>\t\t%s\n" + "<span weight=\"bold\">Web site:</span>\t%s\n" "<span weight=\"bold\">File name:</span>\t%s"), #else _("<span size=\"larger\">%s %s</span>\n\n" @@ -203,7 +202,7 @@ "<span weight=\"bold\">Web site:</span> %s\n" "<span weight=\"bold\">File name:</span> %s"), #endif - pname, plug->info->version, pdesc ? pdesc : "", pdesc ? "\n\n" : "", + pdesc ? pdesc : "", pdesc ? "\n\n" : "", pauth ? pauth : "", pweb ? pweb : "", plug->path); gtk_widget_set_sensitive(pref_button,