From 0113211338d27bbb9b7fc7b462fb7525a806551a Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Thu, 7 Dec 2006 12:03:47 +0100 Subject: [PATCH] people should define fixed being compatible with their locale --- dmenubar/dmenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmenubar/dmenu.h b/dmenubar/dmenu.h index 465273c..08d7605 100644 --- a/dmenubar/dmenu.h +++ b/dmenubar/dmenu.h @@ -4,7 +4,7 @@ #include -#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-*" +#define FONT "fixed" #define NORMBGCOLOR "#333366" #define NORMFGCOLOR "#cccccc" #define SELBGCOLOR "#666699"