summaryrefslogtreecommitdiff
path: root/xc/unsupported
diff options
context:
space:
mode:
authorkit <empty>1989-10-10 15:11:08 +0000
committerkit <empty>1989-10-10 15:11:08 +0000
commitfdc4ea407dd1c306472250ad335767abcf6f8e19 (patch)
tree7e442381205263e9c1bf06ef35ae358d0cebd51a /xc/unsupported
parent8bb47a501265fa48ed8495aa0039f51383214d82 (diff)
uses paned instead of vpaned.
Diffstat (limited to 'xc/unsupported')
-rw-r--r--xc/unsupported/programs/xman/buttons.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/unsupported/programs/xman/buttons.c b/xc/unsupported/programs/xman/buttons.c
index a45a733c3..d262e2fb7 100644
--- a/xc/unsupported/programs/xman/buttons.c
+++ b/xc/unsupported/programs/xman/buttons.c
@@ -1,8 +1,8 @@
/*
* xman - X window system manual page display program.
*
- * $XConsortium: buttons.c,v 1.15 89/08/30 18:24:02 kit Exp $
- * $Header: buttons.c,v 1.15 89/08/30 18:24:02 kit Exp $
+ * $XConsortium: buttons.c,v 1.16 89/10/03 15:57:44 kit Exp $
+ * $Header: buttons.c,v 1.16 89/10/03 15:57:44 kit Exp $
*
* Copyright 1987, 1988 Massachusetts Institute of Technology
*
@@ -213,7 +213,7 @@ Boolean full_instance;
num_args++;
XtSetValues(top, arglist, num_args);
- pane = XtCreateManagedWidget("Manpage_Vpane", vPanedWidgetClass, top, NULL,
+ pane = XtCreateManagedWidget("Manpage_Vpane", panedWidgetClass, top, NULL,
(Cardinal) 0);
/* Create menu bar. */