Removed FIXME since this seems to be the best place for it.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 24 Apr 2012 21:32:12 +0000 (21:32 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 24 Apr 2012 21:32:12 +0000 (21:32 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@605 180e2498-e6e9-4542-8430-84ac67f01cd8

core/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java

index 02643543cc6f4e0df9f62e91df511be9f04b70c3..3630b64448266d9fb9b8822fb5459af7ce25b82b 100644 (file)
@@ -204,8 +204,7 @@ public class RocketComponentConfig extends JPanel {
                        String materialString, String finishString) {
                
                if ( component.getPresetType() != null ) {
-                       ////  Body tube template
-                       // FIXME: Move to proper location
+                       // If the component supports a preset, show the preset selection box.
                        panel.add(new JLabel(trans.get("PresetModel.lbl.select")));
                        presetModel = new PresetModel( this, component);
                        ((ComponentPresetDatabase)Application.getComponentPresetDao()).addDatabaseListener(presetModel);