Set default Navigator monospace font on Linux to "Monospace", issue 2333

This commit is contained in:
DrSlony 2014-05-03 16:18:05 +02:00
parent 67b529e173
commit efbc1f65b1

View File

@ -89,7 +89,7 @@ Navigator::Navigator () {
#endif
#ifdef __linux__
fontname = "DejaVu Sans Mono";
fontname = "Monospace";
#endif
#ifdef __APPLE__