showInternalInputDialog
[jalview.git] / src / jalview / gui / IdPanel.java
index 5e15283..0329926 100755 (executable)
@@ -103,7 +103,7 @@ public class IdPanel extends JPanel implements MouseListener, MouseMotionListene
       if( javax.swing.SwingUtilities.isRightMouseButton(e))\r
       {\r
         String id = av.getAlignment().getSequenceAt(seq).getName();\r
-        String s = (String)JOptionPane.showInputDialog(\r
+        String s = (String)JOptionPane.showInternalInputDialog(\r
                     this,\r
                     "Edit sequence name",\r
                     "Edit sequence name",\r