diff src/tta/libtta.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 aee4ebea943a
children f35f9d6fcb6d
line wrap: on
line diff
--- a/src/tta/libtta.c	Sun Sep 09 22:25:40 2007 +0300
+++ b/src/tta/libtta.c	Sun Sep 09 22:42:22 2007 +0300
@@ -151,7 +151,7 @@
 	    break;
 	}
 
-	xmms_show_message (_("TTA Decoder Error"), message,
+	audacious_info_dialog (_("TTA Decoder Error"), message,
 	    _("Ok"), FALSE, NULL, NULL);
 
 	gtk_signal_connect(GTK_OBJECT(errorbox), "destroy",
@@ -264,7 +264,7 @@
 				   _(" for BMP\n"
 		        	   "Copyright (c) 2004 True Audio Software\n"), PROJECT_URL, NULL);
 
-	aboutbox = xmms_show_message(_("About True Audio Plugin"),
+	aboutbox = audacious_info_dialog(_("About True Audio Plugin"),
 				     about_text,
 				     _("Ok"), FALSE, NULL, NULL);