Skip to content

Commit b408849

Browse files
committed
fix comment
1 parent 660ce47 commit b408849

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/org/openlcb/swing/EventIdTextField.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ private static void checkAndShowPopup(JFormattedTextField textfield, MouseEvent
100100
private static JPopupMenu createPopupMenu(JFormattedTextField textfield) {
101101
JPopupMenu popup = new JPopupMenu();
102102

103-
// add the usual copy and paste operators
104-
// TODO: see CdiPanel line 1633 for how to properly copy and paste
105-
103+
// add the usual copy and paste operators
106104
JMenuItem menuItem = new JMenuItem("Copy");
107105
popup.add(menuItem);
108106
menuItem.addActionListener(new ActionListener() {

0 commit comments

Comments
 (0)