summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 08:59:00 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 08:59:00 +0200
commit25f25069846cbf5276542901abbf201f5afafd38 (patch)
treeabc5a02dee0a847d4a3037144177e8e9e5b7eb24 /src/common/cfgfiles.c
parentf98b3a5609ee411b0e35925d6b838bc46cd780f8 (diff)
Add missing define for Unix
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 3659e7c7..7c6f2eaa 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -38,9 +38,7 @@
 #endif
 
 #define DEF_FONT "Monospace 9"
-#ifdef WIN32
 #define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic,Unifont"
-#endif
 
 void
 list_addentry (GSList ** list, char *cmd, char *name)