From 31cba834b3fb4e1043b5e897f5a2dc029a837faf Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Thu, 23 Aug 2012 02:25:45 +0000 Subject: [PATCH] Removed FIXME comment. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@982 180e2498-e6e9-4542-8430-84ac67f01cd8 --- 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 ab617482..bdfcbd4a 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); } -- 2.30.2