diff options
Diffstat (limited to 'src/msc.cpp')
-rw-r--r-- | src/msc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msc.cpp b/src/msc.cpp index e87c16f..f9b069e 100644 --- a/src/msc.cpp +++ b/src/msc.cpp @@ -34,7 +34,7 @@ static bool convertMapFile(QTextStream &t,const char *mapName,const QCString rel QFile f(mapName); if (!f.open(IO_ReadOnly)) { - err("error: failed to open map file %s for inclusion in the docs!\n" + err("failed to open map file %s for inclusion in the docs!\n" "If you installed Graphviz/dot after a previous failing run, \n" "try deleting the output directory and rerun doxygen.\n",mapName); return FALSE; @@ -136,7 +136,7 @@ void writeMscGraphFromFile(const char *inFile,const char *outDir, portable_sysTimerStart(); if (portable_system("epstopdf",epstopdfArgs)!=0) { - err("error: Problems running epstopdf. Check your TeX installation!\n"); + err("Problems running epstopdf. Check your TeX installation!\n"); } portable_sysTimerStop(); } |