From 4600e461d572767b4312d76b9bd0f0b8f23eabf3 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon-hp.(none)> Date: Sat, 17 Mar 2012 00:03:00 -0400 Subject: [PATCH] another stray typo pertaining to default font --- src/s_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_main.c b/src/s_main.c index b84ebb317..9e57b1e3e 100644 --- a/src/s_main.c +++ b/src/s_main.c @@ -66,7 +66,7 @@ int sys_midioutdevlist[MAXMIDIOUTDEV] = {1}; #ifdef __APPLE__ char sys_font[] = "Monaco"; /* tb: font name */ #else -char sys_font[] = "Ubuntu Mono"; /* tb: font name */ +char sys_font[] = "DejaVu Sans Mono"; /* tb: font name */ #endif char sys_fontweight[] = "normal"; /* currently only used for iemguis */ static int sys_main_srate; -- GitLab