From c471d38e2898f070f819f2ea3af1f4cc92a3e810 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sun, 30 Jun 2013 12:00:49 +0200 Subject: Bug 703301 - Misleading warning about DOT font --- src/config.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- cgit v0.12