]> git.mxchange.org Git - flightgear.git/commit
- merge FGDialog::{update,apply}Value{,s} ... there's really no need to have
authormfranz <mfranz>
Fri, 28 Apr 2006 11:49:11 +0000 (11:49 +0000)
committermfranz <mfranz>
Fri, 28 Apr 2006 11:49:11 +0000 (11:49 +0000)
commit29ff85142bfc83c03f01c82f29f63ff78b98ec70
tree3b81d6becf79b1cc56bc2320f3f98471fb6b5b90
parenteb19c2650d4713a70454d56104b47da47ad14cd6
- merge FGDialog::{update,apply}Value{,s} ... there's really no need to have
  two almost identical functions for these methods. It only forces to repeat
  the redundancy for every small change to either.
- abstract out generation and destruction of plib string arrays
- abstract out generation of lists from <value> children
src/GUI/dialog.cxx
src/GUI/dialog.hxx
src/Main/fg_commands.cxx