Fix menu translation bug
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 6 Oct 2010 12:20:03 +0000 (14:20 +0200)
committerArun Persaud <arun@nubati.net>
Fri, 8 Oct 2010 02:30:06 +0000 (19:30 -0700)
commit857449ff285e17ae5dcce9325d516616d9b629a2
treeaf4fd94cad52197244b87fdb4ca8d21f71d124c3
parent66a4d3394a1b23ab654e3fb6027ad9b5b2bd461c
Fix menu translation bug

The menuText array was declared too small, so that the last entry of the
File menu got out of bounds and was overwritten by the first of the Mode
menu.
winboard/winboard.c