Take heed of mnemonic indicator when clipping menu texts
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 6 Feb 2015 12:01:44 +0000 (13:01 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:32 +0000 (20:53 +0200)
commitc10e83b937328313e82070f5714eea0337758a1e
treedc1b5b96833d9cc33abccaaad9e24e4153331036
parent4740eede90bd690baa1d623f181b08a5ee2da43a
Take heed of mnemonic indicator when clipping menu texts

An underscore in the menu text should not be counted when deciding where
to clip the text to make the menu bar fit the window width. If clipping
would occur immediately after an underscore, just clip off the first
character to get the mnemonic back in view. (This makes _n from the
Engine menu.)
gtk/xoptions.c