diff src/alac/plugin.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 3a252050736c
children f35f9d6fcb6d
line wrap: on
line diff
--- a/src/alac/plugin.c	Sun Sep 09 22:25:40 2007 +0300
+++ b/src/alac/plugin.c	Sun Sep 09 22:42:22 2007 +0300
@@ -82,7 +82,7 @@
 	if(aboutbox != NULL)
 		return;
 
-	aboutbox = xmms_show_message(_("About Apple Lossless Audio Plugin"),
+	aboutbox = audacious_info_dialog(_("About Apple Lossless Audio Plugin"),
 				     _("Copyright (c) 2006 Audacious team\n"
 				     "Portions (c) 2005-2006 David Hammerton <crazney -at- crazney.net>"),
 				     _("Ok"), FALSE, NULL, NULL);