diff options
author | kaleb <empty> | 1995-06-26 20:35:12 +0000 |
---|---|---|
committer | kaleb <empty> | 1995-06-26 20:35:12 +0000 |
commit | ed2ae6c00d3d7dd3283f50bea95a9b17fffc2b56 (patch) | |
tree | ca473bd2232331436f1aacdb9cfba6f38ded4d42 /xc | |
parent | e8d9e8f46d1e006c95426ca7bdc2dadcb1dcb5e7 (diff) |
XBUG 7483
Diffstat (limited to 'xc')
-rw-r--r-- | xc/lib/Xaw/MenuButton.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xc/lib/Xaw/MenuButton.c b/xc/lib/Xaw/MenuButton.c index cbba7d7c2..5d0afcf63 100644 --- a/xc/lib/Xaw/MenuButton.c +++ b/xc/lib/Xaw/MenuButton.c @@ -1,4 +1,4 @@ -/* $XConsortium: MenuButton.c,v 1.19 94/01/31 10:48:27 kaleb Exp $ */ +/* $XConsortium: MenuButton.c,v 1.20 94/04/17 20:12:19 kaleb Exp kaleb $ */ /* Copyright (c) 1989, 1994 X Consortium @@ -59,9 +59,9 @@ static void PopupMenu(); #define superclass ((CommandWidgetClass)&commandClassRec) static char defaultTranslations[] = - "<EnterWindow>: highlight() \n\ - <LeaveWindow>: reset() \n\ - <BtnDown>: reset() PopupMenu() "; +"<EnterWindow>: highlight()\n\ + <LeaveWindow>: reset()\n\ + Any<BtnDown>: reset() PopupMenu()"; /**************************************************************** * |