comparison src/audiocompress/audacious-glue.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 ed5d7f51ac38
children 562e7f9bb661 f1b594fa80ce
comparison
equal deleted inserted replaced
1676:aee4ebea943a 1677:f6f5603a0954
98 _("\n(c)2003 trikuare studios(http://trikuare.cx)\n" 98 _("\n(c)2003 trikuare studios(http://trikuare.cx)\n"
99 "Ported to Audacious by Tony Vroon (chainsaw@gentoo.org)\n\n" 99 "Ported to Audacious by Tony Vroon (chainsaw@gentoo.org)\n\n"
100 "Simple dynamic range compressor for transparently\n" 100 "Simple dynamic range compressor for transparently\n"
101 "keeping the volume level more or less consistent") , NULL ); 101 "keeping the volume level more or less consistent") , NULL );
102 102
103 about_xmms_compress = xmms_show_message( _("About AudioCompress") , 103 about_xmms_compress = audacious_info_dialog( _("About AudioCompress") ,
104 about_text , _("Ok") , FALSE , NULL , NULL ); 104 about_text , _("Ok") , FALSE , NULL , NULL );
105 gtk_signal_connect( GTK_OBJECT(about_xmms_compress) , "destroy" , 105 gtk_signal_connect( GTK_OBJECT(about_xmms_compress) , "destroy" ,
106 GTK_SIGNAL_FUNC(gtk_widget_destroyed), &about_xmms_compress ); 106 GTK_SIGNAL_FUNC(gtk_widget_destroyed), &about_xmms_compress );
107 g_free( about_text ); 107 g_free( about_text );
108 } 108 }