blob: c00157074574f90b34541f587af412696dda6232 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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) {
|