#include #include #include #include #include #include #include #include #include #include #include "vtx.h" #include "ayemu.h" void vtx_about (void) { static GtkWidget *box; if (box) gdk_window_raise(box->window); else { box = xmms_show_message (_("About Vortex Player"), _ ("Vortex file format player by Sashnov Alexander \n" "Founded on original source in_vtx.dll by Roman Sherbakov \n" "\n" "Music in vtx format can be found at http://vtx.microfor.ru/music.htm\n" "and other AY/YM music sites.\n" "\n" "Audacious implementation by Pavel Vymetalek "), _("Ok"), FALSE, NULL, NULL); g_signal_connect (G_OBJECT (box), "destroy", G_CALLBACK(gtk_widget_destroyed), &box); } }