aboutsummaryrefslogtreecommitdiff
path: root/src/documentstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentstyle.cpp')
-rw-r--r--src/documentstyle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentstyle.cpp b/src/documentstyle.cpp
index 91169c0..6476c46 100644
--- a/src/documentstyle.cpp
+++ b/src/documentstyle.cpp
@@ -19,8 +19,8 @@ DocumentStyle::DefaultFonts::DefaultFonts()
// Initialise default fonts
#ifdef Q_OS_WIN32
// Windows default fonts are ugly, so we use standard ones.
- family = "Segoe UI";
- fixed = "Consolas";
+ this->regular = "Segoe UI";
+ this->fixed = "Consolas";
#else
// *nix
regular = QFontDatabase::systemFont(QFontDatabase::GeneralFont).family();