Commit 8b391584 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 735925 - [Patch] DocBook: Possible name clash for generated image files

parent 285221e3
......@@ -1329,7 +1329,7 @@ void DocbookDocVisitor::startDiaFile(const QCString &fileName,
{
baseName=baseName.left(i);
}
baseName.prepend("msc_");
baseName.prepend("dia_");
QCString outDir = Config_getString("DOCBOOK_OUTPUT");
writeDiaGraphFromFile(fileName,outDir,baseName,DIA_BITMAP);
m_t << "<para>" << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment