summaryrefslogtreecommitdiffstats
path: root/src/htags.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-06-25 11:31:51 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-06-25 11:31:51 (GMT)
commitc37c8626674dd6ba0d53dcad84dd4bb5d92005a4 (patch)
treefa51c4ac8c1fe241b2d6c4af9d2f9a1297ce8e0a /src/htags.cpp
parent0c6ee149829948582e5e5c1b96c8b3105b02672a (diff)
downloadDoxygen-c37c8626674dd6ba0d53dcad84dd4bb5d92005a4.zip
Doxygen-c37c8626674dd6ba0d53dcad84dd4bb5d92005a4.tar.gz
Doxygen-c37c8626674dd6ba0d53dcad84dd4bb5d92005a4.tar.bz2
Release-1.7.1
Diffstat (limited to 'src/htags.cpp')
-rw-r--r--src/htags.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htags.cpp b/src/htags.cpp
index 9f45163..087d216 100644
--- a/src/htags.cpp
+++ b/src/htags.cpp
@@ -53,14 +53,14 @@ bool Htags::execute(const QCString &htmldir)
{
g_inputDir.setPath(inputSource.first());
if (!g_inputDir.exists())
- err("Error: Cannot find directory %s. "
+ err("error: Cannot find directory %s. "
"Check the value of the INPUT tag in the configuration file.\n",
inputSource.first()
);
}
else
{
- err("Error: If you use USE_HTAGS then INPUT should specific a single directory. \n");
+ err("error: If you use USE_HTAGS then INPUT should specific a single directory. \n");
return FALSE;
}
@@ -146,7 +146,7 @@ bool Htags::loadFilemap(const QCString &htmlDir)
}
else
{
- err("Error: file %s cannot be opened\n",fileMapName.data());
+ err("error: file %s cannot be opened\n",fileMapName.data());
}
}
return FALSE;