summaryrefslogtreecommitdiff
path: root/x11-fm/ezfm/files/patch-ad
blob: 8c834c523fd6ca671d2a6e7fc94499f890ec3636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
--- main.c.orig	Thu Oct  7 16:06:48 1999
+++ main.c	Fri Aug 29 17:40:40 2003
@@ -84,41 +84,41 @@
  */
 static char *fallbackResources = 
 /* initialization file name */
-"ezfm*ezfmrc:    ezfmrc:~/.ezfmrc:/etc/ezfmrc:/usr/lib/ezfm/ezfmrc:/usr/local/lib/ezfm/ezfmrc
+"ezfm*ezfmrc:    ezfmrc:~/.ezfmrc:/etc/ezfmrc:/usr/X11R6/share/ezfm/ezfmrc:/usr/local/lib/ezfm/ezfmrc\n\
 "
 /* fonts used in display items */
-"
-ezfm*itemMediumFont:      -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*
-ezfm*itemSlantFont:       -*-helvetica-medium-o-*-*-12-*-*-*-*-*-*-*
-ezfm*itemBoldFont:        -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*
-ezfm*itemBoldSlantFont:   -*-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*
+"\
+ezfm*itemMediumFont:      -*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*\n\
+ezfm*itemSlantFont:       -*-helvetica-medium-o-*-*-12-*-*-*-*-*-*-*\n\
+ezfm*itemBoldFont:        -*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*\n\
+ezfm*itemBoldSlantFont:   -*-helvetica-bold-o-*-*-12-*-*-*-*-*-*-*\n\
 "
 /* default font for entries/textWidgets (fixed width font)*/
-"
-ezfm*textFont:            -*-lucidatypewriter-medium-r-*-*-12-*-*-*-*-*-*-*
-ezfm*textBoldFont:        -*-lucidatypewriter-bold-r-*-*-14-*-*-*-*-*-*-*
+"\
+ezfm*textFont:            -*-lucidatypewriter-medium-r-*-*-12-*-*-*-*-*-*-*\n\
+ezfm*textBoldFont:        -*-lucidatypewriter-bold-r-*-*-14-*-*-*-*-*-*-*\n\
 "
 /* default font for button labels */
-"
-ezfm*labelMediumFont:     -adobe-helvetica-medium-r-normal-*-*-120-*-*-*-*-*-*
-ezfm*labelBoldFont:       -adobe-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*
-ezfm*labelLargeFont:      -adobe-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*
-ezfm*labelSmallFont:      -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*
+"\
+ezfm*labelMediumFont:     -adobe-helvetica-medium-r-normal-*-*-120-*-*-*-*-*-*\n\
+ezfm*labelBoldFont:       -adobe-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*\n\
+ezfm*labelLargeFont:      -adobe-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*\n\
+ezfm*labelSmallFont:      -*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*\n\
 "
 /* background colors */
-"
-!!!  text background for folders
-!*.textBackground: white
-
-!!! background for bubble help
-*bubble.background:        yellow
-
-!!!  selection background
-*selectionBackground:      yellow
-
-!!!
-*HighlightMode:            2
-ezfm.backingStore:         1
+"\
+!!!  text background for folders\n\
+!*.textBackground: white\n\
+\n\
+!!! background for bubble help\n\
+*bubble.background:        yellow\n\
+\n\
+!!!  selection background\n\
+*selectionBackground:      yellow\n\
+\n\
+!!!\n\
+*HighlightMode:            2\n\
+ezfm.backingStore:         1\n\
 "
 ;