diff src/echo_plugin/gui.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 4d8b92b55acf
children cec2ff45e255
line wrap: on
line diff
--- a/src/echo_plugin/gui.c	Sun Sep 09 22:25:40 2007 +0300
+++ b/src/echo_plugin/gui.c	Sun Sep 09 22:42:22 2007 +0300
@@ -23,7 +23,7 @@
 	if (echo_about_dialog != NULL)
 		return;
 
-	echo_about_dialog = xmms_show_message(_("About Echo Plugin"),
+	echo_about_dialog = audacious_info_dialog(_("About Echo Plugin"),
 					      _(echo_about_text), _("Ok"),
 					      FALSE, NULL, NULL);
 	gtk_signal_connect(GTK_OBJECT(echo_about_dialog), "destroy",