Removed FIXME comment.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 23 Aug 2012 02:25:45 +0000 (02:25 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Thu, 23 Aug 2012 02:25:45 +0000 (02:25 +0000)
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

index ab6174825c12ad53f647e28b156c4bc601e175e7..bdfcbd4a0a8a9218acacbf1c539b8d42bdc04005 100644 (file)
@@ -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);
        }