aboutsummaryrefslogtreecommitdiffstats
path: root/prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-09-12 06:41:56 +0000
committerGuy Harris <guy@alum.mit.edu>2000-09-12 06:41:56 +0000
commit32e939e1265c01f7f54be20c9acdaddd4722dead (patch)
tree1a12b70af3e261f8fa78a4489541ea25373d2382 /prefs.c
parent0640b5f2edeaa99dd53fe03260452d74b1e1bcfc (diff)
Oops, I left off one "-*" in the XLFD description for the font that is
6x13 on most UNIXes (frankly, I think XLFD should have been hidden very deeply in the bowels of most X toolkits, and not even exposed to most programmers, much less to users). svn path=/trunk/; revision=2420
Diffstat (limited to 'prefs.c')
-rw-r--r--prefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.c b/prefs.c
index 4ad21abe05..be822e5437 100644
--- a/prefs.c
+++ b/prefs.c
@@ -1,7 +1,7 @@
/* prefs.c
* Routines for handling preferences
*
- * $Id: prefs.c,v 1.40 2000/09/08 09:49:20 guy Exp $
+ * $Id: prefs.c,v 1.41 2000/09/12 06:41:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -533,7 +533,7 @@ read_prefs(int *gpf_errno_return, char **gpf_path_return,
#ifdef WIN32
prefs.gui_font_name = g_strdup("-*-lucida console-medium-r-*-*-*-100-*-*-*-*-*-*");
#else
- prefs.gui_font_name = g_strdup("-*-fixed-medium-r-semicondensed-*-*-120-*-*-*-*-*-");
+ prefs.gui_font_name = g_strdup("-*-fixed-medium-r-semicondensed-*-*-120-*-*-*-*-*-*");
#endif
prefs.gui_marked_fg.pixel = 65535;
prefs.gui_marked_fg.red = 65535;