# HG changeset patch # User Daniel Atallah # Date 1130120159 0 # Node ID b75d8a37e6033ad4e640965fa8c4e9d382b3e79f # Parent 4baf0aa3158e17ea1915b2c2382f4e0b2a2b750f [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 diff -r 4baf0aa3158e -r b75d8a37e603 src/gtkplugin.c --- 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" "Written by:\t%s\n" "Web site:\t\t%s\n" "File name:\t%s"), -#else - _("%s %s\n\n" - "%s%s" - "Written by: %s\n" - "Web site: %s\n" - "File name: %s"), -#endif pdesc ? pdesc : "", pdesc ? "\n\n" : "", pauth ? pauth : "", pweb ? pweb : "", plug->path);