component config refactoring, localization fixes
[debian/openrocket] / src / net / sf / openrocket / gui / configdialog / FreeformFinSetConfig.java
index 06c877c7fa94810f31866d711b5bdce19777d78c..56609bcf555a0f678b7ee192d2d64d46cf373ded 100644 (file)
@@ -17,6 +17,7 @@ import javax.swing.SwingConstants;
 import javax.swing.table.AbstractTableModel;
 
 import net.miginfocom.swing.MigLayout;
+import net.sf.openrocket.document.OpenRocketDocument;
 import net.sf.openrocket.gui.SpinnerEditor;
 import net.sf.openrocket.gui.adaptors.DoubleModel;
 import net.sf.openrocket.gui.adaptors.EnumModel;
@@ -50,8 +51,8 @@ public class FreeformFinSetConfig extends FinSetConfig {
        private FinPointFigure figure = null;
        
        
-       public FreeformFinSetConfig(RocketComponent component) {
-               super(component);
+       public FreeformFinSetConfig(OpenRocketDocument d, RocketComponent component) {
+               super(d, component);
                this.finset = (FreeformFinSet) component;
                
                //// General and General properties