summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_env_mingw.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-12-05 23:33:27 +0100
committerRobin Gareus <robin@gareus.org>2019-12-05 23:33:27 +0100
commit65b6f39e214bfe228561c1c23a8fd4dc7bdcfdcc (patch)
tree26134752542cf93809a31ed4595504e762e7d4a4 /gtk2_ardour/bundle_env_mingw.cc
parent407c2bed63b8cfc7147128729cc5552b11c3e404 (diff)
Undo habits of a Serif font lover
Diffstat (limited to 'gtk2_ardour/bundle_env_mingw.cc')
-rw-r--r--gtk2_ardour/bundle_env_mingw.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/bundle_env_mingw.cc b/gtk2_ardour/bundle_env_mingw.cc
index e979b8ac82..926e4cdcae 100644
--- a/gtk2_ardour/bundle_env_mingw.cc
+++ b/gtk2_ardour/bundle_env_mingw.cc
@@ -98,7 +98,7 @@ unload_custom_fonts()
if (find_file (ardour_data_search_path(), "ArdourMono.ttf", font_file)) {
RemoveFontResource(font_file.c_str());
}
- if (find_file (ardour_data_search_path(), "ArdourSerif.ttf", font_file)) {
+ if (find_file (ardour_data_search_path(), "ArdourSans.ttf", font_file)) {
RemoveFontResource(font_file.c_str());
}
}