Removed FIXME since this seems to be the best place for it.

This commit is contained in:
Kevin Ruland 2012-04-24 21:32:12 +00:00
parent 3f4f712472
commit 3b6cf7ea5d

View 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);