diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:59:00 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 08:59:00 +0200 |
commit | 25f25069846cbf5276542901abbf201f5afafd38 (patch) | |
tree | abc5a02dee0a847d4a3037144177e8e9e5b7eb24 | |
parent | f98b3a5609ee411b0e35925d6b838bc46cd780f8 (diff) |
Add missing define for Unix
-rw-r--r-- | src/common/cfgfiles.c | 2 |
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) |