Skip to content
Snippets Groups Projects
Commit 218f82f7 authored by PilzAdam's avatar PilzAdam
Browse files

Fix path of mono font in defaultsettings.cpp

parent 8b9bf471
No related merge requests found
...@@ -151,7 +151,7 @@ void set_default_settings(Settings *settings) ...@@ -151,7 +151,7 @@ void set_default_settings(Settings *settings)
#else #else
settings->setDefault("freetype", "false"); settings->setDefault("freetype", "false");
settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "fontlucida.png")); settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "fontlucida.png"));
settings->setDefault("mono_font_path", porting::getDataPath("textures" DIR_DELIM "fontdejavusansmono.png")); settings->setDefault("mono_font_path", porting::getDataPath("fonts" DIR_DELIM "fontdejavusansmono.png"));
#endif #endif
// Server stuff // Server stuff
......
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