Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
4600e461
Commit
4600e461
authored
Mar 17, 2012
by
Ivica Ico Bukvic
Browse files
another stray typo pertaining to default font
parent
a44fe5d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/s_main.c
View file @
4600e461
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment