From c79634ef5f565b2386270f11903d7d3da078c719 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 12 Nov 1994 00:39:14 +0000 Subject: Typo in XtNtextSource. --- clients/xzwrite/edit_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients') diff --git a/clients/xzwrite/edit_window.c b/clients/xzwrite/edit_window.c index 0cfc0c7..9ad1065 100644 --- a/clients/xzwrite/edit_window.c +++ b/clients/xzwrite/edit_window.c @@ -26,7 +26,7 @@ void send_message() /* I should do more interesting things with these error conditions */ XtVaGetValues(editor, XtNstring, (XtArgVal) &buf, - XTNtextSource, (XtArgVal) &text_source, NULL); + XtNtextSource, (XtArgVal) &text_source, NULL); ret = zeph_send_message(¤t_dest, buf); XawAsciiSourceFreeString(text_source); -- cgit v1.2.3