diff --git a/src/GUI/gui.cpp b/src/GUI/gui.cpp index a6d1f3fc..6adac76b 100644 --- a/src/GUI/gui.cpp +++ b/src/GUI/gui.cpp @@ -805,6 +805,8 @@ void GUI::paths() + QDir::cleanPath(ProgramPaths::demDir(true)) + "" + tr("Styles directory:") + "" + QDir::cleanPath(ProgramPaths::styleDir(true)) + "" + + tr("Symbols directory:") + "" + + QDir::cleanPath(ProgramPaths::symbolsDir(true)) + "" + tr("Tile cache directory:") + "" + QDir::cleanPath(ProgramPaths::tilesDir()) + "" );