From: Matthew G. <mat...@us...> - 2007-10-24 02:09:59
|
Update of /cvsroot/jsbsimcommander/src/mattplot In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15837/src/mattplot Modified Files: plot.cpp Log Message: I18N support. Index: plot.cpp =================================================================== RCS file: /cvsroot/jsbsimcommander/src/mattplot/plot.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** plot.cpp 2 Oct 2007 13:03:32 -0000 1.5 --- plot.cpp 24 Oct 2007 02:09:47 -0000 1.6 *************** *** 67,70 **** --- 67,74 ---- using JSBSim::FGTable; + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif + static double ppi_x = 96.0; static double ppi_y = 96.0; |