Skip to content
Snippets Groups Projects
Commit 4600e461 authored by Ivica Ico Bukvic's avatar Ivica Ico Bukvic
Browse files

another stray typo pertaining to default font

parent a44fe5d9
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ int sys_midioutdevlist[MAXMIDIOUTDEV] = {1}; ...@@ -66,7 +66,7 @@ int sys_midioutdevlist[MAXMIDIOUTDEV] = {1};
#ifdef __APPLE__ #ifdef __APPLE__
char sys_font[] = "Monaco"; /* tb: font name */ char sys_font[] = "Monaco"; /* tb: font name */
#else #else
char sys_font[] = "Ubuntu Mono"; /* tb: font name */ char sys_font[] = "DejaVu Sans Mono"; /* tb: font name */
#endif #endif
char sys_fontweight[] = "normal"; /* currently only used for iemguis */ char sys_fontweight[] = "normal"; /* currently only used for iemguis */
static int sys_main_srate; static int sys_main_srate;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment