Author: manolo Date: 2012-06-28 01:53:30 -0700 (Thu, 28 Jun 2012) New Revision: 9631 Log: Corrected a dead URL in code comments.
Modified: branches/branch-3.0/src/fltk3/PostScript.cxx Modified: branches/branch-3.0/src/fltk3/PostScript.cxx =================================================================== --- branches/branch-3.0/src/fltk3/PostScript.cxx 2012-06-28 08:38:14 UTC (rev 9630) +++ branches/branch-3.0/src/fltk3/PostScript.cxx 2012-06-28 08:53:30 UTC (rev 9631) @@ -334,7 +334,7 @@ "/Times-Roman ToISO /Times-Bold ToISO /Times-Italic ToISO /Times-BoldItalic ToISO \n" // define LatinExtA, the encoding of Latin-extended-A + some additional characters -// see http://www.adobe.com/devnet/opentype/archives/glyphlist.txt for their names +// see http://partners.adobe.com/public/developer/en/opentype/glyphlist.txt for their names "/LatinExtA \n" "[ " " /Amacron /amacron /Abreve /abreve /Aogonek /aogonek\n" // begin of Latin Extended-A code page _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
