summaryrefslogtreecommitdiff
path: root/audio/x11amp/files/patch-Effect__voice__about.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /audio/x11amp/files/patch-Effect__voice__about.c
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'audio/x11amp/files/patch-Effect__voice__about.c')
-rw-r--r--audio/x11amp/files/patch-Effect__voice__about.c14
1 files changed, 14 insertions, 0 deletions
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 <anders.carlsson@tordata.se>"
++ label=gtk_label_new("X11AMP Voice Removal Plugin 0.9\n"
++"A simple voice removal plugin by Anders Carlsson <anders.carlsson@tordata.se>"
+ );
+ gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox),label,TRUE,TRUE,0);
+ gtk_widget_show(label);