Removed FIXME comment.

This commit is contained in:
Kevin Ruland 2012-08-23 02:25:45 +00:00
parent 6aac556a53
commit d79793b643

View File

@ -1468,7 +1468,7 @@ public class BasicFrame extends JFrame {
BasicFrame frame = new BasicFrame(doc); BasicFrame frame = new BasicFrame(doc);
frame.replaceable = true; frame.replaceable = true;
frame.setVisible(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); //ComponentConfigDialog.showDialog(frame, doc, rocket);
} }