comparison src/gtkplugin.c @ 11777:1253620ea5f2

[gaim-migrate @ 14068] Hi, I'm dumb. I'm putting the tabbing back as it apparently wasn't wrong before and is now. But nosnilmot's right, there may be a better solution to this, in general. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 23 Oct 2005 23:52:17 +0000
parents 400b802cd62b
children 10317f1a2de2
comparison
equal deleted inserted replaced
11776:e66dbfdaea8a 11777:1253620ea5f2
191 g_markup_escape_text(_(plug->info->homepage), -1) : NULL; 191 g_markup_escape_text(_(plug->info->homepage), -1) : NULL;
192 buf = g_strdup_printf( 192 buf = g_strdup_printf(
193 #ifndef _WIN32 193 #ifndef _WIN32
194 _("%s%s" 194 _("%s%s"
195 "<span weight=\"bold\">Written by:</span>\t%s\n" 195 "<span weight=\"bold\">Written by:</span>\t%s\n"
196 "<span weight=\"bold\">Web site:</span>\t%s\n" 196 "<span weight=\"bold\">Web site:</span>\t\t%s\n"
197 "<span weight=\"bold\">File name:</span>\t%s"), 197 "<span weight=\"bold\">File name:</span>\t%s"),
198 #else 198 #else
199 _("<span size=\"larger\">%s %s</span>\n\n" 199 _("<span size=\"larger\">%s %s</span>\n\n"
200 "%s%s" 200 "%s%s"
201 "<span weight=\"bold\">Written by:</span> %s\n" 201 "<span weight=\"bold\">Written by:</span> %s\n"