Skip to content

Commit 218f82f

Browse files
committedAug 7, 2013
Fix path of mono font in defaultsettings.cpp
1 parent 8b9bf47 commit 218f82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/defaultsettings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void set_default_settings(Settings *settings)
151151
#else
152152
settings->setDefault("freetype", "false");
153153
settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "fontlucida.png"));
154-
settings->setDefault("mono_font_path", porting::getDataPath("textures" DIR_DELIM "fontdejavusansmono.png"));
154+
settings->setDefault("mono_font_path", porting::getDataPath("fonts" DIR_DELIM "fontdejavusansmono.png"));
155155
#endif
156156

157157
// Server stuff

0 commit comments

Comments
 (0)
Please sign in to comment.