Separate menu text from menu name in XBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 26 Nov 2010 10:03:35 +0000 (11:03 +0100)
committerArun Persaud <arun@nubati.net>
Fri, 3 Dec 2010 07:14:23 +0000 (23:14 -0800)
commit7c2013f04ebad72d894faf7b4768071925412f0b
tree89cbdce01d74d0624f9ddf96274feb0cbd7af736
parent6cd4f34939954bac0c17c4aae88c4f7287f600d8
Separate menu text from menu name in XBoard

The text string in the menu-definition tables was used both for the menu
text, as well as for referencing the items from the code (for enabing or
checkmarking). Now these can be defined separately, so that altering the
menu texts is possible without breaing any references to the item.
(Moving them to another menu would still break XBoard, though!)
Currently the texts and names are still the same.
xboard.c