From d79793b64365e243aa6f32ad17e3b9a2b3da22aa Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Thu, 23 Aug 2012 02:25:45 +0000 Subject: [PATCH] Removed FIXME comment. --- core/src/net/sf/openrocket/gui/main/BasicFrame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/net/sf/openrocket/gui/main/BasicFrame.java b/core/src/net/sf/openrocket/gui/main/BasicFrame.java index ab6174825..bdfcbd4a0 100644 --- a/core/src/net/sf/openrocket/gui/main/BasicFrame.java +++ b/core/src/net/sf/openrocket/gui/main/BasicFrame.java @@ -1468,7 +1468,7 @@ public class BasicFrame extends JFrame { BasicFrame frame = new BasicFrame(doc); frame.replaceable = true; frame.setVisible(true); - // FIXME - kruland commented this out - I don't like it. + // kruland commented this out - I don't like it. //ComponentConfigDialog.showDialog(frame, doc, rocket); }