summaryrefslogtreecommitdiff
path: root/graphics/dia/files/patch-lib::font.c
blob: f6f9ec7ce9a7144a46f4ae770eb576f8e82d1d0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD$

--- lib/font.c	2002/06/03 08:27:47	1.1
+++ lib/font.c	2002/06/03 08:34:08
@@ -467,7 +467,8 @@
 
 char *last_resort_fonts[] = {
   "-adobe-courier-medium-r-normal-*-%d-*-*-*-*-*-*-*",
-#ifndef G_OS_WIN32
+  "-*-courier-medium-r-normal-*-%d-*-*-*-*-*-*-*",
+#ifdef G_OS_WIN32
   "system" /* Must be last. This is guaranteed to exist on a MS-Windows 
               system. */
 #else