From: Matthew G. <mat...@us...> - 2007-09-27 10:26:43
|
Update of /cvsroot/jsbsimcommander/src/gui In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8528 Modified Files: AircraftDialog.cpp Log Message: Do not check the cfg version number in such development status now. Index: AircraftDialog.cpp =================================================================== RCS file: /cvsroot/jsbsimcommander/src/gui/AircraftDialog.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AircraftDialog.cpp 24 Jan 2007 00:18:51 -0000 1.7 --- AircraftDialog.cpp 27 Sep 2007 10:26:37 -0000 1.8 *************** *** 2061,2064 **** --- 2061,2065 ---- } + #if 0 { double d; *************** *** 2071,2074 **** --- 2072,2076 ---- return false; } + #endif if (flag && (tmp = document->FindElement("fileheader"))) |