comparison 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
comparison
equal deleted inserted replaced
1676:aee4ebea943a 1677:f6f5603a0954
80 static GtkWidget *aboutbox; 80 static GtkWidget *aboutbox;
81 81
82 if(aboutbox != NULL) 82 if(aboutbox != NULL)
83 return; 83 return;
84 84
85 aboutbox = xmms_show_message(_("About Apple Lossless Audio Plugin"), 85 aboutbox = audacious_info_dialog(_("About Apple Lossless Audio Plugin"),
86 _("Copyright (c) 2006 Audacious team\n" 86 _("Copyright (c) 2006 Audacious team\n"
87 "Portions (c) 2005-2006 David Hammerton <crazney -at- crazney.net>"), 87 "Portions (c) 2005-2006 David Hammerton <crazney -at- crazney.net>"),
88 _("Ok"), FALSE, NULL, NULL); 88 _("Ok"), FALSE, NULL, NULL);
89 89
90 g_signal_connect(G_OBJECT(aboutbox), "destroy", 90 g_signal_connect(G_OBJECT(aboutbox), "destroy",