Mercurial > audlegacy
comparison Plugins/Input/modplug/gui/interface.cpp @ 509:d60d23b9fe20 trunk
[svn] sed -i s:XMMS:Audacious:g
| author | nenolod |
|---|---|
| date | Wed, 25 Jan 2006 22:45:56 -0800 |
| parents | 37316876ef6e |
| children | 9d393eabf984 |
comparison
equal
deleted
inserted
replaced
| 508:c241d5e02570 | 509:d60d23b9fe20 |
|---|---|
| 38 gtk_object_set_data_full (GTK_OBJECT (About), "vbox1", vbox1, | 38 gtk_object_set_data_full (GTK_OBJECT (About), "vbox1", vbox1, |
| 39 (GtkDestroyNotify) gtk_widget_unref); | 39 (GtkDestroyNotify) gtk_widget_unref); |
| 40 gtk_widget_show (vbox1); | 40 gtk_widget_show (vbox1); |
| 41 gtk_container_add (GTK_CONTAINER (About), vbox1); | 41 gtk_container_add (GTK_CONTAINER (About), vbox1); |
| 42 | 42 |
| 43 label1 = gtk_label_new (_("Modplug Input Plugin for BMP ver" | 43 label1 = gtk_label_new (_("Modplug Input Plugin for Audacious ver" |
| 44 VERSION | 44 VERSION |
| 45 "\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.")); | 45 "\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.")); |
| 46 gtk_widget_ref (label1); | 46 gtk_widget_ref (label1); |
| 47 gtk_object_set_data_full (GTK_OBJECT (About), "label1", label1, | 47 gtk_object_set_data_full (GTK_OBJECT (About), "label1", label1, |
| 48 (GtkDestroyNotify) gtk_widget_unref); | 48 (GtkDestroyNotify) gtk_widget_unref); |
