diff --git a/Input/Joysticks/Logitech/extreme-3d-pro.xml b/Input/Joysticks/Logitech/extreme-3d-pro.xml
index 405865a00..64983f3f2 100644
--- a/Input/Joysticks/Logitech/extreme-3d-pro.xml
+++ b/Input/Joysticks/Logitech/extreme-3d-pro.xml
@@ -152,11 +152,9 @@ $Id$
 
  <button n="3">
   <desc>Flaps down</desc>
-  <repeatable>false</repeatable>
   <binding>
-   <command>property-adjust</command>
-   <property>/controls/flight/flaps</property>
-   <step type="double">-0.34</step>
+   <command>nasal</command>
+   <script>controls.stepFlaps(1)</script>
   </binding>
  </button>
 
@@ -164,9 +162,8 @@ $Id$
   <desc>Flaps up</desc>
   <repeatable>false</repeatable>
   <binding>
-   <command>property-adjust</command>
-   <property>/controls/flight/flaps</property>
-   <step type="double">0.34</step>
+   <command>nasal</command>
+   <script>controls.stepFlaps(-1)</script>
   </binding>
  </button>
 
diff --git a/Input/Joysticks/Logitech/wingman-force-3d.xml b/Input/Joysticks/Logitech/wingman-force-3d.xml
index 2e7930fde..7c057f9fa 100644
--- a/Input/Joysticks/Logitech/wingman-force-3d.xml
+++ b/Input/Joysticks/Logitech/wingman-force-3d.xml
@@ -27,6 +27,7 @@ $Id$
 <PropertyList>
 
 	<name>Logitech Inc. WingMan Force 3D</name>
+        <name>Logitech Inc. WingMan Force 3d</name>
 	
 	<axis n="0">
 		<desc>Aileron</desc>