From b7ba6a5e21471923422c922aba1130e2d786a26a Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Tue, 24 Apr 2012 21:32:12 +0000 Subject: [PATCH] Removed FIXME since this seems to be the best place for it. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@605 180e2498-e6e9-4542-8430-84ac67f01cd8 --- .../sf/openrocket/gui/configdialog/RocketComponentConfig.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java b/core/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java index 02643543..3630b644 100644 --- a/core/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java +++ b/core/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java @@ -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); -- 2.47.2