diff options
| author | Manolo Gouy <Manolo> | 2012-06-28 08:38:14 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2012-06-28 08:38:14 +0000 |
| commit | 88793e46cbce8bf1afa3339deca95f89778dcaff (patch) | |
| tree | 5dda8152b43037d81eb8e0ce0ba19a7d01c2c3b9 | |
| parent | 4b80dde7483731432f21094ae325997e995159cd (diff) | |
Correct a dead URL in code comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9630 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Fl_PostScript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 4a14f0b37..8ff1b619d 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -327,7 +327,7 @@ static const char * prolog_2 = // prolog relevant only if lang_level >1 "/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 |
