66348a38f73771b973a1ebcb042de5d0978a97ff max Thu Mar 29 10:39:44 2012 -0700 removing right-click sentence from pdf export page diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c index 54b77e2..effd3d8 100644 --- src/hg/hgTracks/hgTracks.c +++ src/hg/hgTracks/hgTracks.c @@ -5485,32 +5485,31 @@ void handlePostscript() /* Deal with Postscript output. */ { struct tempName psTn, ideoPsTn; char *pdfFile = NULL, *ideoPdfFile = NULL; ZeroVar(&ideoPsTn); trashDirFile(&psTn, "hgt", "hgt", ".eps"); if(!trackImgOnly) { hotLinks(); printf("

PDF Output

\n"); printf("PDF images can be printed with Acrobat Reader " "and edited by many drawing programs such as Adobe " - "Illustrator or Inkscape.
To save a file to disk, right-click " - "on one of the following links and select \"Save As...\"."); + "Illustrator or Inkscape.
"); } doTrackForm(psTn.forCgi, &ideoPsTn); pdfFile = convertEpsToPdf(psTn.forCgi); if (strlen(ideoPsTn.forCgi)) ideoPdfFile = convertEpsToPdf(ideoPsTn.forCgi); if(pdfFile != NULL) { printf("\n");