diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-06-30 10:00:49 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-06-30 10:00:49 (GMT) |
commit | c471d38e2898f070f819f2ea3af1f4cc92a3e810 (patch) | |
tree | 95edaf9d058759cd9667f4ae02f612841694c4b1 | |
parent | 1bd568580f157336f2cd13abab630f809e1e40c1 (diff) | |
download | Doxygen-c471d38e2898f070f819f2ea3af1f4cc92a3e810.zip Doxygen-c471d38e2898f070f819f2ea3af1f4cc92a3e810.tar.gz Doxygen-c471d38e2898f070f819f2ea3af1f4cc92a3e810.tar.bz2 |
Bug 703301 - Misleading warning about DOT font
-rw-r--r-- | src/config.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l index 546debd..dcc7da8 100644 --- a/src/config.l +++ b/src/config.l @@ -1264,7 +1264,7 @@ void Config::check() if (dotFontName=="FreeSans" || dotFontName=="FreeSans.ttf") { 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"); } |