comparison src/alac/plugin.c @ 1697:f35f9d6fcb6d

Automated merge with file:/home/ccr/audacious/plugins
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 23:23:00 +0300
parents d158ce84fda7 f6f5603a0954
children f86cb7fc1d4f
comparison
equal deleted inserted replaced
1696:1ac047826c64 1697:f35f9d6fcb6d
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",