]> git.mxchange.org Git - flightgear.git/commit
fix "airport list" crash: I had wrongly assumed that now all PUCLASS_LIST
authormfranz <mfranz>
Sat, 20 May 2006 11:35:28 +0000 (11:35 +0000)
committermfranz <mfranz>
Sat, 20 May 2006 11:35:28 +0000 (11:35 +0000)
commit368349aa5827ff940713ecc0e6c1dfd1395b971f
tree50ef17ab69f8ec4577d58f8d09ad606ea2b5a9ab
parent53572823bc076d56099317515d2702147da9b40a
fix "airport list" crash: I had wrongly assumed that now all PUCLASS_LIST
would actually be an fgList class. The airport list is a PUCLASS_LIST, too,
so we have to check for that. -> Use getTypeString() for identification.
src/GUI/dialog.cxx
src/GUI/dialog.hxx