summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
Diffstat (limited to 'clients')
-rw-r--r--clients/xzwrite/edit_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/xzwrite/edit_window.c b/clients/xzwrite/edit_window.c
index 9ad1065..8c77bb0 100644
--- a/clients/xzwrite/edit_window.c
+++ b/clients/xzwrite/edit_window.c
@@ -47,7 +47,7 @@ void send_message()
XtCallActionProc(toplevel, "CloseSend", NULL, NULL, 0);
if (defs.clear_on_send)
- XTCallActionProc(toplevel, "ClearEditor", NULL, NULL, 0);
+ XtCallActionProc(toplevel, "ClearEditor", NULL, NULL, 0);
}
void edit_set_title(dest)