freebsd-ports/editors/cooledit/files/patch-ad
Steve Price 2954c55b1d Update to version 3.11.2.
PR:		12047
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-09 00:05:23 +00:00

12 lines
509 B
Plaintext

--- icon/iconmanager.c.orig Mon Jun 7 14:43:54 1999
+++ icon/iconmanager.c Mon Jun 7 14:44:08 1999
@@ -443,7 +443,7 @@
if (p->x + 20 > WidthOfScreen (DefaultScreenOfDisplay (CDisplay)))
p->x = WidthOfScreen (DefaultScreenOfDisplay (CDisplay)) - 20;
if (*p->xpm_filename != '/')
- f = catstrs (LIBDIR, "/", p->xpm_filename, 0);
+ f = catstrs (DATADIR, "/", p->xpm_filename, 0);
else
f = p->xpm_filename;
w = CDrawIcon (catstrs ("_icon", itoa (n), 0), CRoot, p->x, p->y, f, p->title);