src/hg/hgTables/schema.c 1.65

1.65 2010/05/20 16:19:43 kent
Using track in preference to table in a couple of user-visibile strings
Index: src/hg/hgTables/schema.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/schema.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -b -B -U 4 -r1.64 -r1.65
--- src/hg/hgTables/schema.c	11 May 2010 01:43:25 -0000	1.64
+++ src/hg/hgTables/schema.c	20 May 2010 16:19:43 -0000	1.65
@@ -326,9 +326,9 @@
 /* If trackDb has html for table, print it out in a new section. */
 {
 if (tdb != NULL && isNotEmpty(tdb->html))
     {
-    webNewSection("%s (%s) Track Description", tdb->shortLabel, tdb->table);
+    webNewSection("%s (%s) Track Description", tdb->shortLabel, tdb->track);
     puts(tdb->html);
     }
 }