summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-22 15:22:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-22 15:56:57 -0700
commite893f6bd9db696a1d647b796138233152ca290fa (patch)
tree32b5fad9d0a958257817fb3d134d53f881ef9127 /subsurfacestartup.c
parent438fe5dbde222c73e22441a6e39c85c8c887218b (diff)
downloadsubsurface-e893f6bd9db696a1d647b796138233152ca290fa.tar.gz
Use the Windows default font on Windows 7 and 8/8.1
It contains the characters we need and will make the application look more "native". See #712 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index 8edc409be..10dacfcba 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -195,6 +195,7 @@ void setup_system_prefs(void)
{
const char *env;
+ subsurface_OS_pref_setup();
default_prefs.divelist_font = strdup(system_divelist_default_font);
default_prefs.font_size = system_divelist_default_font_size;
default_prefs.default_filename = system_default_filename();