View | Details | Raw Unified | Return to bug 56158
Collapse All | Expand All

(-)ezfm/files/patch-ad (-4 / +64 lines)
Lines 1-11 Link Here
1
--- main.c	Mon Jun 29 19:02:41 1998
1
--- main.c.orig	Thu Oct  7 16:06:48 1999
2
+++ /home/andy/tmp/wrk/main.c	Thu Jul 30 11:22:42 1998
2
+++ main.c	Fri Aug 29 17:40:40 2003
3
@@ -65,7 +65,7 @@
3
@@ -84,41 +84,41 @@
4
  */
4
  */
5
 static char *fallbackResources = 
5
 static char *fallbackResources = 
6
 /* initialization file name */
6
 /* initialization file name */
7
-"ezfm*ezfmrc:    ezfmrc:~/.ezfmrc:/etc/ezfmrc:/usr/lib/ezfm/ezfmrc:/usr/local/lib/ezfm/ezfmrc
7
-"ezfm*ezfmrc:    ezfmrc:~/.ezfmrc:/etc/ezfmrc:/usr/lib/ezfm/ezfmrc:/usr/local/lib/ezfm/ezfmrc
8
+"ezfm*ezfmrc:    ezfmrc:~/.ezfmrc:/etc/ezfmrc:/usr/X11R6/share/ezfm/ezfmrc:/usr/local/lib/ezfm/ezfmrc
8
+"ezfm*ezfmrc:    ezfmrc:~/.ezfmrc:/etc/ezfmrc:/usr/X11R6/share/ezfm/ezfmrc:/usr/local/lib/ezfm/ezfmrc\n\
9
 "
9
 "
10
 /* fonts used in display items */
10
 /* fonts used in display items */
11
-"
12
-ezfm*itemMediumFont:      -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
13
-ezfm*itemSlantFont:       -*-helvetica-medium-o-*-*-12-*-*-*-*-*-*-*
14
-ezfm*itemBoldFont:        -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
15
-ezfm*itemBoldSlantFont:   -*-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
16
+"\
17
+ezfm*itemMediumFont:      -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*\n\
18
+ezfm*itemSlantFont:       -*-helvetica-medium-o-*-*-12-*-*-*-*-*-*-*\n\
19
+ezfm*itemBoldFont:        -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*\n\
20
+ezfm*itemBoldSlantFont:   -*-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*\n\
11
 "
21
 "
22
 /* default font for entries/textWidgets (fixed width font)*/
23
-"
24
-ezfm*textFont:            -*-lucidatypewriter-medium-r-*-*-12-*-*-*-*-*-*-*
25
-ezfm*textBoldFont:        -*-lucidatypewriter-bold-r-*-*-14-*-*-*-*-*-*-*
26
+"\
27
+ezfm*textFont:            -*-lucidatypewriter-medium-r-*-*-12-*-*-*-*-*-*-*\n\
28
+ezfm*textBoldFont:        -*-lucidatypewriter-bold-r-*-*-14-*-*-*-*-*-*-*\n\
29
 "
30
 /* default font for button labels */
31
-"
32
-ezfm*labelMediumFont:     -adobe-helvetica-medium-r-normal-*-*-120-*-*-*-*-*-*
33
-ezfm*labelBoldFont:       -adobe-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*
34
-ezfm*labelLargeFont:      -adobe-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*
35
-ezfm*labelSmallFont:      -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
36
+"\
37
+ezfm*labelMediumFont:     -adobe-helvetica-medium-r-normal-*-*-120-*-*-*-*-*-*\n\
38
+ezfm*labelBoldFont:       -adobe-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*\n\
39
+ezfm*labelLargeFont:      -adobe-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*\n\
40
+ezfm*labelSmallFont:      -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*\n\
41
 "
42
 /* background colors */
43
-"
44
-!!!  text background for folders
45
-!*.textBackground: white
46
-
47
-!!! background for bubble help
48
-*bubble.background:        yellow
49
-
50
-!!!  selection background
51
-*selectionBackground:      yellow
52
-
53
-!!!
54
-*HighlightMode:            2
55
-ezfm.backingStore:         1
56
+"\
57
+!!!  text background for folders\n\
58
+!*.textBackground: white\n\
59
+\n\
60
+!!! background for bubble help\n\
61
+*bubble.background:        yellow\n\
62
+\n\
63
+!!!  selection background\n\
64
+*selectionBackground:      yellow\n\
65
+\n\
66
+!!!\n\
67
+*HighlightMode:            2\n\
68
+ezfm.backingStore:         1\n\
69
 "
70
 ;
71
 
(-)ezfm/files/patch-ag (+16 lines)
Line 0 Link Here
1
--- aboutEZFM.h.orig	Fri Aug 29 17:42:25 2003
2
+++ aboutEZFM.h	Fri Aug 29 17:42:55 2003
3
@@ -24,9 +24,9 @@
4
  *************************************************************************/
5
 
6
 static char  *ezfmInfoString = 
7
-"
8
-  Copyright (C) 1998   Maorong Zou
9
-
10
-  Please report bugs to Maorong Zou <mzou@math.utexas.edu>
11
+"\n\
12
+  Copyright (C) 1998   Maorong Zou\n\
13
+\n\
14
+  Please report bugs to Maorong Zou <mzou@math.utexas.edu>\n\
15
 ";
16
 
(-)ezfm/files/patch-ah (+15 lines)
Line 0 Link Here
1
--- transparent.c.orig	Fri Aug 29 17:47:44 2003
2
+++ transparent.c	Fri Aug 29 17:48:01 2003
3
@@ -417,9 +417,9 @@
4
 }
5
 /********************************************************************************/
6
 static char *transparentResource = 
7
-"
8
-*tileOrigin: 2 0 0
9
-*fileIcon.labeledIcon: 3
10
+"\n\
11
+*tileOrigin: 2 0 0\n\
12
+*fileIcon.labeledIcon: 3\n\
13
 "
14
 ;
15
 /********************************************************************************/

Return to bug 56158