Another multiline string problem, patch attached. I removed the whitespace
(tabs) in the string, maybe it should stay in?
Christiaan
--- mp3info-0.8.4.orig/gmp3info.c.bak 2001-07-16 11:17:16.000000000 +0200
+++ mp3info-0.8.4.orig/gmp3info.c 2003-06-19 13:29:05.000000000 +0200
@@ -484,12 +484,12 @@
}
void about_mp3info(void) {
- quick_popup(VERSION,"MP3Info
- An ID3 Tag Editor\n\n
- Original author: Ricardo Cerqueira <[EMAIL PROTECTED]>
- Current maintainer: Cedric Tefft <[EMAIL PROTECTED]>
- GTK Version: Ricardo Cerqueira <[EMAIL PROTECTED]>\n\n
- Ricardo Cerqueira, Cedric Tefft 1999-2001\n\n");
+ quick_popup(VERSION,"MP3Info"
+ "An ID3 Tag Editor\n\n"
+ "Original author: Ricardo Cerqueira <[EMAIL PROTECTED]>"
+ "Current maintainer: Cedric Tefft <[EMAIL PROTECTED]>"
+ "GTK Version: Ricardo Cerqueira <[EMAIL PROTECTED]>\n\n"
+ "Ricardo Cerqueira, Cedric Tefft 1999-2001\n\n");
}
/* rmcc has left the building */