src/hg/lib/hui.c 1.254

1.254 2010/01/21 21:46:22 angie
baseColorDrawOptDropDown: Similarly to the drop-down labels, use 'base' not 'mRNA' in help link label when there is no coding info.
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.253
retrieving revision 1.254
diff -b -B -U 4 -r1.253 -r1.254
--- src/hg/lib/hui.c	4 Jan 2010 19:12:29 -0000	1.253
+++ src/hg/lib/hui.c	21 Jan 2010 21:46:22 -0000	1.254
@@ -913,9 +913,9 @@
     cgiMakeDropListFull(var, baseColorDrawItemOptionLabels,
 			baseColorDrawItemOptionValues,
 			ArraySize(baseColorDrawItemOptionLabels),
 			curValue, NULL);
-    printf("<BR><A HREF=\"%s\">Help on mRNA coloring</A><BR>",
+    printf("<BR><A HREF=\"%s\">Help on base coloring</A><BR>",
 	   CDS_MRNA_HELP_PAGE);
     }
 }