projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8826788
)
fix to the minor graphics issue contained some typos, as was remarked in the bugs...
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 23 Oct 2009 04:31:16 +0000 (21:31 -0700)
committer
Arun Persaud
<arun@nubati.net>
Fri, 23 Oct 2009 04:31:16 +0000 (21:31 -0700)
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
909ca85
..
7ce417c
100644
(file)
--- a/
xboard.c
+++ b/
xboard.c
@@
-2777,8
+2777,8
@@
XBoard square size (hint): %d\n\
widgetList[j++] = menuBarWidget = CreateMenuBar(menuBar);
XtSetArg(args[0], XtNtop, XtChainTop);
XtSetArg(args[1], XtNbottom, XtChainTop);
- XtSetArg(args[1], XtNright, XtChainLeft);
- XtSetValues(menuBarWidget, args, 2);
+ XtSetArg(args[2], XtNright, XtChainLeft);
+ XtSetValues(menuBarWidget, args, 3);
widgetList[j++] = whiteTimerWidget =
XtCreateWidget("whiteTime", labelWidgetClass,