diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-29 18:24:30 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-07-29 18:24:30 +0000 |
commit | 3c96c9ffb6d4e4759b856e0aa87188152d7b437d (patch) | |
tree | 82f4549e20d11f434c724dd79a1457284c040643 /audio/xmms-tfmx | |
parent | 188b292236f79448e0b8825911ba9b79abb72b5e (diff) | |
download | ports-3c96c9ffb6d4e4759b856e0aa87188152d7b437d.tar.gz ports-3c96c9ffb6d4e4759b856e0aa87188152d7b437d.zip |
Notes
Diffstat (limited to 'audio/xmms-tfmx')
-rw-r--r-- | audio/xmms-tfmx/files/patch-src::xmms_about.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xmms-tfmx/files/patch-src::xmms_about.c b/audio/xmms-tfmx/files/patch-src::xmms_about.c new file mode 100644 index 000000000000..d60520e76670 --- /dev/null +++ b/audio/xmms-tfmx/files/patch-src::xmms_about.c @@ -0,0 +1,19 @@ +--- src/xmms_about.c.orig Wed Jul 23 04:53:36 2003 ++++ src/xmms_about.c Wed Jul 23 04:54:43 2003 +@@ -20,11 +20,11 @@ + gtk_container_border_width(GTK_CONTAINER(hbox1), 5); + + label = gtk_label_new( +- " +-TFMX plugin adapted to xmms by David Le Corfec +-<dlecorfec@users.sourceforge.net> +-Original code (tfmxplay) by Jonathan H. Pickard, ported to Winamp by Per Linden\n +-TFMX was created by Chris Huelsbeck. ++ "\ ++TFMX plugin adapted to xmms by David Le Corfec\ ++<dlecorfec@users.sourceforge.net>\n\ ++Original code (tfmxplay) by Jonathan H. Pickard, ported to Winamp by Per Linden\n\ ++TFMX was created by Chris Huelsbeck.\ + "); + gtk_box_pack_start(GTK_BOX(dialog_vbox1), label, + TRUE, TRUE, 5); |