From: amwaterhouse Date: Wed, 19 Jul 2006 15:22:39 +0000 (+0000) Subject: showTranslation is not a checkbox X-Git-Tag: Release_2_1~260 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d8c6e303402455460fb1d987b4c18a2d75e6a3c9;p=jalview.git showTranslation is not a checkbox --- diff --git a/src/jalview/jbgui/GAlignFrame.java b/src/jalview/jbgui/GAlignFrame.java index 56b07d6..2c902f3 100755 --- a/src/jalview/jbgui/GAlignFrame.java +++ b/src/jalview/jbgui/GAlignFrame.java @@ -114,7 +114,7 @@ public class GAlignFrame protected JCheckBoxMenuItem padGapsMenuitem = new JCheckBoxMenuItem(); protected ButtonGroup colours = new ButtonGroup(); JMenuItem vamsasStore = new JMenuItem(); - protected JCheckBoxMenuItem showTranslation = new JCheckBoxMenuItem(); + protected JMenuItem showTranslation = new JMenuItem(); public JMenuItem featureSettings = new JMenuItem(); JMenuItem fetchSequence = new JMenuItem(); protected JCheckBoxMenuItem smoothFont = new JCheckBoxMenuItem();