diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-21 11:46:56 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-21 11:46:56 +0200 |
commit | 4cae471af3a4d8e9c7457f76186da809879f566f (patch) | |
tree | c0caf12372b9ccc28ca8d49a61f093f686b32729 | |
parent | 63ae51242b4e1eb9bf522db68c35ba12fb948f4d (diff) |
Add MS Gothic to default list of alternative fonts
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 56f327f1..5116037c 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -37,7 +37,7 @@ #define DEF_FONT "Monospace 9" #ifdef WIN32 -#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode" +#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic" #endif void |