Removed FIXME comment.
[debian/openrocket] / 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);
        }