summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-12 00:48:38 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-12 00:48:38 +0000
commit5569d5ce73d491fca1bb74f0906ba01f989900e9 (patch)
treecb0c01d2ad73718d98654a2d6b27a00812aad6f0 /clients
parentc79634ef5f565b2386270f11903d7d3da078c719 (diff)
Typo.
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)