45a604cdb815558ab355d3de21df5004a4bfa000
angie
  Wed Sep 9 10:41:32 2015 -0700
Hooked up hgIntegrator to hgIntegratorHelp.html in menuBar's Help menu (thanks Donna for noticing it was missing!).

diff --git src/hg/lib/web.c src/hg/lib/web.c
index 975a2ad..f8c8594 100644
--- src/hg/lib/web.c
+++ src/hg/lib/web.c
@@ -1374,30 +1374,35 @@
     else if (endsWith(scriptName, "hgHubConnect"))
         {
         link = "../goldenPath/help/hgTrackHubHelp.html";
         label = "Help on Track Hubs";
         }
     else if (endsWith(scriptName, "hgNear"))
         {
         link = "../goldenPath/help/hgNearHelp.html";
         label = "Help on Gene Sorter";
         }
     else if (endsWith(scriptName, "hgTables"))
         {
         link = "../goldenPath/help/hgTablesHelp.html";
         label = "Help on Table Browser";
         }
+    else if (endsWith(scriptName, "hgIntegrator"))
+        {
+        link = "../goldenPath/help/hgIntegratorHelp.html";
+        label = "Help on Data Integrator";
+        }
     else if (endsWith(scriptName, "hgGenome"))
         {
         link = "../goldenPath/help/hgGenomeHelp.html";
         label = "Help on Genome Graphs";
         }
     else if (endsWith(scriptName, "hgSession"))
         {
         link = "../goldenPath/help/hgSessionHelp.html";
         label = "Help on Sessions";
         }
     else if (endsWith(scriptName, "hgVisiGene"))
         {
         link = "../goldenPath/help/hgTracksHelp.html#VisiGeneHelp";
         label = "Help on VisiGene";
         }