]> git.mxchange.org Git - flightgear.git/commit
loadxml, savexml: don't pop up a GUI error message on error, but use a
authormfranz <mfranz>
Tue, 19 Jun 2007 10:10:00 +0000 (10:10 +0000)
committermfranz <mfranz>
Tue, 19 Jun 2007 10:10:00 +0000 (10:10 +0000)
commit588ce7e4702c2ac6ba6180c4a81cfad85071c254
treea2cbde66da928f44e87f6afe001697957d27dc59
parentc0e6b239dfefd3540dd159037f1ec0275444288d
loadxml, savexml: don't pop up a GUI error message on error, but use a
simple SG_LOG instead. The user didn't call the fgcommand, so why should
s/he be bothered with that? And the actually caller of the command gets a
return value and can pop up a dialog if it thinks it's necessary.
src/Main/fg_commands.cxx