Fix crash on using Browse buttons in Tournament dialog Xaw
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 11 Nov 2014 13:40:43 +0000 (14:40 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:31 +0000 (20:53 +0200)
commitff4d3da52f0a87b09de3f49f0512d9994c40b048
tree36755536796d8132724a5a591a44f55f5ddd19a9
parenta0cf93b0baa2156069fbed5fac7f6242f0c61e2d
Fix crash on using Browse buttons in Tournament dialog Xaw

The Xaw file browser assumes the text entries it is browsing for are
all in dialogs of the class TransienDlg, but the Tournament Options
dialog has been altered to MasterDlg, to allow it to co-exist with
Time Control and Common-Engine dialog (which can be opened through
buttons in it). Xaw did not like that, and the true DialogClass is
now used when setting the widget text.
dialogs.c