Mercurial > audlegacy-plugins
diff src/modplug/gui/main.cxx @ 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 | be8babbd772c |
| children | 499656950801 |
line wrap: on
line diff
--- a/src/modplug/gui/main.cxx Sun Sep 09 22:25:40 2007 +0300 +++ b/src/modplug/gui/main.cxx Sun Sep 09 22:42:22 2007 +0300 @@ -45,7 +45,7 @@ { gchar * about_text = g_strjoin( "" , _("Modplug Input Plugin for Audacious ver") , VERSION , _("\nModplug sound engine written by Olivier Lapicque.\nXMMS interface for Modplug by Kenton Varda.\n(c)2000 Olivier Lapicque and Kenton Varda.\nUpdates and Maintainance by Konstanty Bialkowski.\nPorted to BMP by Theofilos Intzoglou.") , NULL ); - AboutWin = xmms_show_message( _("About Modplug") , about_text , _("Ok") , FALSE , NULL , NULL ); + AboutWin = audacious_info_dialog( _("About Modplug") , about_text , _("Ok") , FALSE , NULL , NULL ); gtk_signal_connect( GTK_OBJECT(AboutWin) , "destroy" , GTK_SIGNAL_FUNC(gtk_widget_destroyed), &AboutWin); g_free( about_text );
