diff options
author | adam <adam@pkgsrc.org> | 2004-11-03 15:54:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-03 15:54:31 +0000 |
commit | 546f37c9fa3808ef6514d236c0556e84a206a255 (patch) | |
tree | 6286207d37299d73c596ddd8ffb70aef3c6aa3a7 /graphics/xpaint/patches/patch-ae | |
parent | 83b298f31c547ec25a374302f5ef710395876813 (diff) | |
download | pkgsrc-546f37c9fa3808ef6514d236c0556e84a206a255.tar.gz |
Changes 2.7.2:
* Added .bmp format
* Support for .ico format with 24 and 32 bits per pixel
* Now opens a confirmation dialog in case a file is going to be overwritten
* Improved printer management
Diffstat (limited to 'graphics/xpaint/patches/patch-ae')
-rw-r--r-- | graphics/xpaint/patches/patch-ae | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xpaint/patches/patch-ae b/graphics/xpaint/patches/patch-ae index 4a9d436d6ec..ae41b12e9ff 100644 --- a/graphics/xpaint/patches/patch-ae +++ b/graphics/xpaint/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.4 2003/07/17 09:01:02 adam Exp $ +$NetBSD: patch-ae,v 1.5 2004/11/03 15:54:31 adam Exp $ ---- operation.c.orig 2003-03-10 21:56:30.000000000 +0100 -+++ operation.c 2003-07-17 09:44:40.000000000 +0200 -@@ -992,8 +992,10 @@ +--- operation.c.orig 2003-07-24 20:30:56.000000000 +0000 ++++ operation.c +@@ -993,8 +993,10 @@ static PaintMenuItem fontMenu[] = fontSet, "-*-helvetica-medium-r-normal-*-*-120-*-*-p-*-*-*"), MI_FLAGCB("Helvetica Bold 12", MF_CHECK | MF_GROUP1, fontSet, "-*-helvetica-bold-r-normal-*-*-120-*-*-p-*-*-*"), |