src/hg/lib/hui.c 1.161
1.161 2009/02/28 00:45:36 kate
Cosmetic change to views section (no italics, and lowercase wording) for consistency
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.160
retrieving revision 1.161
diff -b -B -U 4 -r1.160 -r1.161
--- src/hg/lib/hui.c 27 Feb 2009 19:07:45 -0000 1.160
+++ src/hg/lib/hui.c 28 Feb 2009 00:45:36 -0000 1.161
@@ -3844,9 +3844,10 @@
break;
}
}
-printf("<EM><B>Select %s:</EM></B><BR>\n", membersOfView->title);
+toLowerN(membersOfView->title, 1);
+printf("<B>Select %s:</B><BR>\n", membersOfView->title);
puts("<TABLE><TR align=\"LEFT\">");
for (ix = 0; ix < membersOfView->count; ix++)
{
printf("<TD>");