diff options
author | andreas <andreas@FreeBSD.org> | 1998-05-24 19:36:24 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-05-24 19:36:24 +0800 |
commit | 2bb17bf4517728b26161d430c8762f36240f993f (patch) | |
tree | 53572b53c705a2fc44db9292a78296cfe09baa82 /print/ghostscript-afpl | |
parent | ee7e9b901e3be5742fb487a50ac89cb80f8c262c (diff) | |
download | freebsd-ports-gnome-2bb17bf4517728b26161d430c8762f36240f993f.tar.gz freebsd-ports-gnome-2bb17bf4517728b26161d430c8762f36240f993f.tar.zst freebsd-ports-gnome-2bb17bf4517728b26161d430c8762f36240f993f.zip |
dialog utility has display problems when using lines, that are too long
for the screen. shortened it a bit.
PR: closes 6724
Submitted by: Jens Schweikhardt <schweikh@noc.dfn.de>
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r-- | print/ghostscript-afpl/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-afpl/scripts/configure b/print/ghostscript-afpl/scripts/configure index d3d1570903be..a099d996f396 100644 --- a/print/ghostscript-afpl/scripts/configure +++ b/print/ghostscript-afpl/scripts/configure @@ -22,7 +22,7 @@ Have fun with this new configuration style ! -andreas \n\n\ "appledmp" "Apple Dot Matrix Printer / Imagewriter" ON \ "bj10e" "Canon BubbleJet BJ10e" ON \ "bj200" "Canon BubbleJet BJ200 and BJC-240(b&w)" ON \ - "bjc600" "Canon Color BubbleJet BJC-240/600/4000/70+Apple StyleWriter 2x00" ON \ + "bjc600" "Canon Color BJC-240/600/4000/70 + Apple StyleWriter 2x00" ON \ "bjc800" "Canon Color BubbleJet BJC-240/800" ON \ "ccr" "CalComp Raster format" ON \ "cdeskjet" "HP DeskJet 500C, 1 bit/pixel color" ON \ |