comparison src/wav/wav-sndfile.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
comparison
equal deleted inserted replaced
1676:aee4ebea943a 1677:f6f5603a0954
524 static void wav_about(void) 524 static void wav_about(void)
525 { 525 {
526 static GtkWidget *box; 526 static GtkWidget *box;
527 if (!box) 527 if (!box)
528 { 528 {
529 box = xmms_show_message( 529 box = audacious_info_dialog(
530 _("About sndfile WAV support"), 530 _("About sndfile WAV support"),
531 _("Adapted for Audacious usage by Tony Vroon <chainsaw@gentoo.org>\n" 531 _("Adapted for Audacious usage by Tony Vroon <chainsaw@gentoo.org>\n"
532 "from the xmms_sndfile plugin which is:\n" 532 "from the xmms_sndfile plugin which is:\n"
533 "Copyright (C) 2000, 2002 Erik de Castro Lopo\n\n" 533 "Copyright (C) 2000, 2002 Erik de Castro Lopo\n\n"
534 "This program is free software ; you can redistribute it and/or modify \n" 534 "This program is free software ; you can redistribute it and/or modify \n"