# HG changeset patch # User Matti Hamalainen # Date 1352439989 -7200 # Node ID f1b33b5e153d4bcfe50bc4d34a09d1de17c3992b # Parent 5048b4799310f88c07e9f7d8d0fca808e49132ff Fix about dialog not showing all the text. diff -r 5048b4799310 -r f1b33b5e153d src/xs_about.c --- a/src/xs_about.c Fri Nov 09 06:39:43 2012 +0200 +++ b/src/xs_about.c Fri Nov 09 07:46:29 2012 +0200 @@ -168,6 +168,7 @@ "Programming and design\n" " Matti 'ccr' Hämäläinen\n" "\n" + #ifdef HAVE_SIDPLAY1 "libSIDPlay1 created by\n" " Michael Schwendt\n" @@ -191,6 +192,9 @@ " (Refer to README for license)\n" "\n" #endif + , -1); + + gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL, "Original XMMS-SID (v0.4) by\n" " Willem Monsuwe\n" "\n"