Update of /cvsroot/jsbsimcommander/src/gui
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5648/src/gui
Modified Files:
sensor_dlg.cpp view.cpp
Log Message:
Further tweaks to the actuator
Index: sensor_dlg.cpp
===================================================================
RCS file: /cvsroot/jsbsimcommander/src/gui/sensor_dlg.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sensor_dlg.cpp 14 Apr 2007 06:02:48 -0000 1.4
--- sensor_dlg.cpp 14 Apr 2007 06:19:31 -0000 1.5
***************
*** 38,43 ****
#include "sensor_dlg.h"
- //#include "Property_Diag.h"
- //#include "MyApp.h"
// All non-MSW platforms use an xpm. MSW uses an .ico file
--- 38,41 ----
Index: view.cpp
===================================================================
RCS file: /cvsroot/jsbsimcommander/src/gui/view.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** view.cpp 23 Feb 2007 04:06:11 -0000 1.5
--- view.cpp 14 Apr 2007 06:19:31 -0000 1.6
***************
*** 29,32 ****
--- 29,33 ----
#include "sum.h"
#include "pid.h"
+ #include "actuator.h"
#include "sensor.h"
#include "gain.h"
***************
*** 109,112 ****
--- 110,118 ----
break;
}
+ case TOOLBAR_ADD_ACTUATOR:
+ {
+ info = CLASSINFO (Actuator);
+ break;
+ }
case TOOLBAR_ADD_GAIN:
{
|