20 lines
1,011 B
Text
20 lines
1,011 B
Text
--- libgnomeui/gnome-druid-page-start.c.orig Sun Oct 29 18:18:28 2000
|
|
+++ libgnomeui/gnome-druid-page-start.c Sun Oct 29 18:19:43 2000
|
|
@@ -214,7 +214,7 @@
|
|
gnome_canvas_text_get_type (),
|
|
"text", druid_page_start->title,
|
|
"font", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1",
|
|
- "fontset", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1,*-r-*",
|
|
+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
|
|
NULL);
|
|
|
|
druid_page_start->text_item =
|
|
@@ -223,7 +223,7 @@
|
|
"text", druid_page_start->text,
|
|
"justification", GTK_JUSTIFY_LEFT,
|
|
"font", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1",
|
|
- "fontset", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*-r-*",
|
|
+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
|
|
NULL);
|
|
|
|
gnome_druid_page_start_configure_size (druid_page_start, DRUID_PAGE_WIDTH, DRUID_PAGE_HEIGHT);
|