updates for 0.9.4
[debian/openrocket] / src / net / sf / openrocket / gui / configdialog / StreamerConfig.java
index 132f6a5e585d96d05049896143772eb811e49411..02011b71f37a01f145e26a72c186c67e7386153d 100644 (file)
@@ -85,7 +85,8 @@ public class StreamerConfig extends RecoveryDeviceConfig {
                
                panel.add(new JLabel("Material:"));
                
-               JComboBox combo = new JComboBox(new MaterialModel(component, Material.Type.SURFACE));
+               JComboBox combo = new JComboBox(new MaterialModel(panel, component, 
+                               Material.Type.SURFACE));
                combo.setToolTipText("The component material affects the weight of the component.");
                panel.add(combo,"spanx 3, growx, wrap 20lp");