From 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 17:12:47 +0000 Subject: Rename all patches that contain '::' as a path separator, and use '__' instead. --- audio/x11amp/files/patch-Effect__voice__about.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 audio/x11amp/files/patch-Effect__voice__about.c (limited to 'audio/x11amp/files/patch-Effect__voice__about.c') diff --git a/audio/x11amp/files/patch-Effect__voice__about.c b/audio/x11amp/files/patch-Effect__voice__about.c new file mode 100644 index 000000000000..356aa70de19d --- /dev/null +++ b/audio/x11amp/files/patch-Effect__voice__about.c @@ -0,0 +1,14 @@ +--- Effect/voice/about.c.orig Tue Feb 24 22:46:03 2004 ++++ Effect/voice/about.c Tue Feb 24 22:46:43 2004 +@@ -31,9 +31,8 @@ + dialog=gtk_dialog_new(); + gtk_window_set_title(GTK_WINDOW(dialog),"About Voice Removal Plugin 0.9"); + gtk_container_border_width(GTK_CONTAINER(dialog),5); +- label=gtk_label_new("X11AMP Voice Removal Plugin 0.9\n +-A simple voice removal plugin by +-Anders Carlsson " ++ label=gtk_label_new("X11AMP Voice Removal Plugin 0.9\n" ++"A simple voice removal plugin by Anders Carlsson " + ); + gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox),label,TRUE,TRUE,0); + gtk_widget_show(label); -- cgit v1.2.3