changeset 11783:b75d8a37e603

[gaim-migrate @ 14074] I always thought this was stupid. The only difference was lost in the breakout from gtkprefs.c, so it is even more stupid. To add to that, the WIN32 section was broken. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 24 Oct 2005 02:15:59 +0000
parents 4baf0aa3158e
children 141368559673
files src/gtkplugin.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkplugin.c	Mon Oct 24 01:57:40 2005 +0000
+++ b/src/gtkplugin.c	Mon Oct 24 02:15:59 2005 +0000
@@ -215,18 +215,10 @@
 	pweb = (plug->info->homepage) ?
 		   g_markup_escape_text(_(plug->info->homepage), -1) : NULL;
 	buf = g_strdup_printf(
-#ifndef _WIN32
 		   _("%s%s"
 		     "<span weight=\"bold\">Written by:</span>\t%s\n"
 		     "<span weight=\"bold\">Web site:</span>\t\t%s\n"
 		     "<span weight=\"bold\">File name:</span>\t%s"),
-#else
-		   _("<span size=\"larger\">%s %s</span>\n\n"
-		     "%s%s"
-		     "<span weight=\"bold\">Written by:</span>  %s\n"
-		     "<span weight=\"bold\">Web site:</span>  %s\n"
-		     "<span weight=\"bold\">File name:</span>  %s"),
-#endif
 		   pdesc ? pdesc : "", pdesc ? "\n\n" : "",
 		   pauth ? pauth : "", pweb ? pweb : "", plug->path);