1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 00:13:31 +02:00
Files
gryf-overlay/media-plugins/xmms-wmdiscotux/files/xmms-wmdiscotux-1.3-gcc-3.3.patch
2010-02-09 21:25:29 +01:00

21 lines
656 B
Diff

--- wmdiscotux.c.old 2000-11-16 09:51:52.000000000 -0500
+++ wmdiscotux.c 2003-09-15 16:03:54.000000000 -0400
@@ -359,16 +359,7 @@
gtk_container_border_width(GTK_CONTAINER(dialog), 5);
- label = gtk_label_new ("
-wmDiscoTux\n\
-v " VERSION "\n\
-
-by Antti Takala <fragment@nic.fi>\n\
-
-get the newest version from:\n\
-http://wmdiscotux.stc.cx/\n\
-
-");
+ label = gtk_label_new ("wmDiscoTux\nv " VERSION "\nby Antti Takala <fragment@nic.fi>\nget the newest version from:\nhttp://wmdiscotux.stc.cx/\n");
gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), label, FALSE, FALSE, 0);
gtk_widget_show(label);