Fix WB Engine Settings window
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 20 Apr 2012 08:29:36 +0000 (10:29 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 20 Apr 2012 08:29:36 +0000 (10:29 +0200)
commitc3c64cc054125aa802e1f171d02f7e3cba75fd40
tree49a66d77f3c162f05e64ed2087e22271976869f1
parent95a3acfcf5abc2debd959a6afd7ddc7e3cfc1b75
Fix WB Engine Settings window

The listbox patch has broken this window, by making it only list the
first option of the engine, by switching to the next column based on a >=
test rather than == test. Fixed by using 1000 as invalid value for the
break point, rather than -1.
winboard/wsettings.c