aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-08-01 05:50:59 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-08-01 05:50:59 +0000
commit78e1e1aaee557fc95f7e8ac4371bae4713f0cd87 (patch)
tree57b57936f4b9c00ebf165eecb90891d09f586246 /audio
parent188d5de8db85112da09c0741f1ff691835f74089 (diff)
downloadports-78e1e1aaee557fc95f7e8ac4371bae4713f0cd87.tar.gz
ports-78e1e1aaee557fc95f7e8ac4371bae4713f0cd87.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/terminatorx/files/patch-src_tX__dialog.cc18
-rw-r--r--audio/terminatorx/files/patch-src_tX__mastergui.cc9
2 files changed, 27 insertions, 0 deletions
diff --git a/audio/terminatorx/files/patch-src_tX__dialog.cc b/audio/terminatorx/files/patch-src_tX__dialog.cc
index 321cb9716c76..83b5f684c9e5 100644
--- a/audio/terminatorx/files/patch-src_tX__dialog.cc
+++ b/audio/terminatorx/files/patch-src_tX__dialog.cc
@@ -12,3 +12,21 @@
return (strstr(entry->d_name, "dsp")!=0);
}
+@@ -562,7 +566,7 @@ void show_about(int nag)
+ gtk_box_pack_start(GTK_BOX(box), iwid, WID_FIX);
+ gtk_box_pack_start(GTK_BOX(box), box2, WID_FIX);
+
+- label=gtk_label_new(PACKAGE" release "VERSION);
++ label=gtk_label_new(PACKAGE" release " VERSION);
+ gtk_box_pack_start(GTK_BOX(box2), label, WID_DYN);
+ gtk_misc_set_alignment(GTK_MISC(label), 0.1, 0.5);
+ gtk_widget_show(label);
+@@ -585,7 +589,7 @@ void show_about(int nag)
+ sep=gtk_hseparator_new();
+ add_about_wid_fix(sep);
+
+- label=gtk_label_new("This is "PACKAGE" release "VERSION" - Copyright (C) 1999-2011 by Alexander König"
++ label=gtk_label_new("This is " PACKAGE " release " VERSION " - Copyright (C) 1999-2011 by Alexander König"
+ "\nSend comments, patches and scratches to: alex@lisas.de\nterminatorX-homepage: http://www.terminatorX.org");
+
+ gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);
diff --git a/audio/terminatorx/files/patch-src_tX__mastergui.cc b/audio/terminatorx/files/patch-src_tX__mastergui.cc
index 8e951f239487..8d018addc272 100644
--- a/audio/terminatorx/files/patch-src_tX__mastergui.cc
+++ b/audio/terminatorx/files/patch-src_tX__mastergui.cc
@@ -18,3 +18,12 @@
int res=gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);
+@@ -1671,7 +1671,7 @@ void create_mastergui(int x, int y)
+
+ add_sep2();
+
+- dummy=gtk_label_new("v"VERSION);
++ dummy=gtk_label_new("v" VERSION);
+ gtk_misc_set_alignment(GTK_MISC(dummy), 1, 0.5);
+ gtk_box_pack_end(GTK_BOX(status_box), dummy, WID_FIX);
+ gtk_widget_show(dummy);