Commit c471d38e authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 703301 - Misleading warning about DOT font

parent 1bd56858
...@@ -1264,7 +1264,7 @@ void Config::check() ...@@ -1264,7 +1264,7 @@ void Config::check()
if (dotFontName=="FreeSans" || dotFontName=="FreeSans.ttf") if (dotFontName=="FreeSans" || dotFontName=="FreeSans.ttf")
{ {
config_err("Warning: doxygen no longer ships with the FreeSans font.\n" config_err("Warning: doxygen no longer ships with the FreeSans font.\n"
"You may want to clear or change DOT_FONTPATH.\n" "You may want to clear or change DOT_FONTNAME.\n"
"Otherwise you run the risk that the wrong font is being used for dot generated graphs.\n"); "Otherwise you run the risk that the wrong font is being used for dot generated graphs.\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment