summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-06-30 10:00:49 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-06-30 10:00:49 (GMT)
commitc471d38e2898f070f819f2ea3af1f4cc92a3e810 (patch)
tree95edaf9d058759cd9667f4ae02f612841694c4b1 /src/config.l
parent1bd568580f157336f2cd13abab630f809e1e40c1 (diff)
downloadDoxygen-c471d38e2898f070f819f2ea3af1f4cc92a3e810.zip
Doxygen-c471d38e2898f070f819f2ea3af1f4cc92a3e810.tar.gz
Doxygen-c471d38e2898f070f819f2ea3af1f4cc92a3e810.tar.bz2
Bug 703301 - Misleading warning about DOT font
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l2
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");
}