diff options
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/files/patch-tX_mastergui.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/terminatorx/files/patch-tX_mastergui.cc b/audio/terminatorx/files/patch-tX_mastergui.cc new file mode 100644 index 000000000000..c00157074574 --- /dev/null +++ b/audio/terminatorx/files/patch-tX_mastergui.cc @@ -0,0 +1,11 @@ +--- src/tX_mastergui.cc.orig Sat Feb 1 22:20:23 2003 ++++ src/tX_mastergui.cc Sat Feb 1 22:20:49 2003 +@@ -1125,7 +1125,7 @@ + gtk_widget_destroy(GTK_WIDGET(mbox)); + } + +-void tx_note(const char *message, bool isError=false) ++void tx_note(const char *message, bool isError) + { + char buffer[4096]="terminatorX "; + if (isError) { |