diff src/null/null.c @ 1677:f6f5603a0954

xmms_show_message() changed to audacious_info_dialog()
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 22:42:22 +0300
parents 0a3b3b6430b1
children 8c93d207a4d9
line wrap: on
line diff
--- a/src/null/null.c	Sun Sep 09 22:25:40 2007 +0300
+++ b/src/null/null.c	Sun Sep 09 22:42:22 2007 +0300
@@ -62,7 +62,7 @@
 			           _(" by Christian Birchinger <joker@netswarm.net>\n"
 			             "based on the XMMS plugin by Håvard Kvål <havardk@xmms.org>"), NULL);
 
-	about = xmms_show_message(_("About Null Output"),
+	about = audacious_info_dialog(_("About Null Output"),
 				  about_text,
 				  _("Ok"), FALSE, NULL, NULL);