diff --git a/uk/ac/sanger/artemis/Feature.java b/uk/ac/sanger/artemis/Feature.java
index 4be791dd51270d4d48b06ce75cedaa442e6b9d21..0ead3b99c6d3f68b07382c69647ef3a4c3f3c786 100644
--- a/uk/ac/sanger/artemis/Feature.java
+++ b/uk/ac/sanger/artemis/Feature.java
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/Feature.java,v 1.9 2005-01-27 14:38:53 tjc Exp $
+ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/Feature.java,v 1.10 2005-06-07 14:55:13 tjc Exp $
  */
 
 package uk.ac.sanger.artemis;
@@ -59,7 +59,7 @@ import java.util.Date;
  *  embl.Feature and embl.Entry objects.
  *
  *  @author Kim Rutherford
- *  @version $Id: Feature.java,v 1.9 2005-01-27 14:38:53 tjc Exp $
+ *  @version $Id: Feature.java,v 1.10 2005-06-07 14:55:13 tjc Exp $
  **/
 
 public class Feature
@@ -571,7 +571,8 @@ public class Feature
   public boolean isProteinFeature() 
   {
     if(getKey().toString().startsWith("CDS") ||
-       getKey().equals("BLASTCDS"))
+       getKey().equals("BLASTCDS") || 
+       getKey().equals("polypeptide"))
       return true;
     else
       return false;