diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-03-15 04:11:22 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-03-15 04:11:22 +0000 |
commit | 3a0ff39d29efd3843d73711ca0a5ea4d3291e9fd (patch) | |
tree | e076a2b22d0c1b9252d320804063864f96672aa4 /audio/mp3info/files | |
parent | d37e956a48f2017f8ab4e02e88373a9b32283fdf (diff) | |
download | ports-3a0ff39d29efd3843d73711ca0a5ea4d3291e9fd.tar.gz ports-3a0ff39d29efd3843d73711ca0a5ea4d3291e9fd.zip |
Notes
Diffstat (limited to 'audio/mp3info/files')
-rw-r--r-- | audio/mp3info/files/patch-gmp3info.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/mp3info/files/patch-gmp3info.c b/audio/mp3info/files/patch-gmp3info.c new file mode 100644 index 000000000000..ce2393cb2b37 --- /dev/null +++ b/audio/mp3info/files/patch-gmp3info.c @@ -0,0 +1,21 @@ +--- gmp3info.c.orig Mon Jul 16 04:17:16 2001 ++++ gmp3info.c Sun Mar 14 22:10:09 2004 +@@ -484,12 +484,12 @@ + }
+
+ void about_mp3info(void) {
+- quick_popup(VERSION,"MP3Info
+- An ID3 Tag Editor\n\n
+- Original author: Ricardo Cerqueira <rmc@plug.pt>
+- Current maintainer: Cedric Tefft <cedric@earthling.net>
+- GTK Version: Ricardo Cerqueira <rmc@plug.pt>\n\n
+- Ricardo Cerqueira, Cedric Tefft 1999-2001\n\n");
++ quick_popup(VERSION,"MP3Info" ++" An ID3 Tag Editor\n\n" ++" Original author: Ricardo Cerqueira <rmc@plug.pt>" ++" Current maintainer: Cedric Tefft <cedric@earthling.net>" ++" GTK Version: Ricardo Cerqueira <rmc@plug.pt>\n\n" ++" Ricardo Cerqueira, Cedric Tefft 1999-2001\n\n"); + }
+
+ /* rmcc has left the building */
|