From: kruland2607 Date: Tue, 24 Apr 2012 21:32:12 +0000 (+0000) Subject: Removed FIXME since this seems to be the best place for it. X-Git-Tag: upstream/12.09^2~326 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b7ba6a5e21471923422c922aba1130e2d786a26a;p=debian%2Fopenrocket 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 --- 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);