Add missing define for Unix

This commit is contained in:
Berke Viktor 2012-10-22 08:59:00 +02:00
parent f98b3a5609
commit 25f2506984
1 changed files with 0 additions and 2 deletions

View File

@ -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)