comparison src/metronom/metronom.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 e8ea3a76a84e
comparison
equal deleted inserted replaced
1676:aee4ebea943a 1677:f6f5603a0954
80 } 80 }
81 81
82 static void metronom_about(void) 82 static void metronom_about(void)
83 { 83 {
84 static GtkWidget *box; 84 static GtkWidget *box;
85 box = xmms_show_message( 85 box = audacious_info_dialog(
86 _("About Metronom"), 86 _("About Metronom"),
87 _("A Tact Generator by Martin Strauss <mys@faveve.uni-stuttgart.de>\n\nTo use it, add a URL: tact://beats*num/den\ne.g. tact://77 to play 77 beats per minute\nor tact://60*3/4 to play 60 bpm in 3/4 tacts"), _("Ok"), 87 _("A Tact Generator by Martin Strauss <mys@faveve.uni-stuttgart.de>\n\nTo use it, add a URL: tact://beats*num/den\ne.g. tact://77 to play 77 beats per minute\nor tact://60*3/4 to play 60 bpm in 3/4 tacts"), _("Ok"),
88 FALSE, NULL, NULL); 88 FALSE, NULL, NULL);
89 gtk_signal_connect(GTK_OBJECT(box), "destroy", 89 gtk_signal_connect(GTK_OBJECT(box), "destroy",
90 GTK_SIGNAL_FUNC(gtk_widget_destroyed), &box); 90 GTK_SIGNAL_FUNC(gtk_widget_destroyed), &box);