mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8f10fdf81a
PR: 56158 Submitted by: Michael Edenfield <kutulu@kutulu.org>
72 lines
2.6 KiB
Plaintext
72 lines
2.6 KiB
Plaintext
--- 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\
|
|
"
|
|
;
|
|
|