Fix width of menu bar
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 Mar 2014 20:15:30 +0000 (21:15 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 10 Mar 2014 20:17:32 +0000 (21:17 +0100)
commit336aafa3deed7607b7e4e3f40852fa42bee8104f
treec873a10fedb492b492fa24937939b78e884e3a29
parent784a0a8b299157e7bdb55c87ca05ba7c86b6fc95
Fix width of menu bar

The truncated name might not have been terminated with '\0'.
TinyLayout now specifies the number of characters kept in the menu names.
In the OS X version truncating is never needed, as the menu bar is
at the top of the screen, independent of board size.
gtk/xboard.h
gtk/xoptions.c