Skip to content

Commit

Permalink
Bug 735925 - [Patch] DocBook: Possible name clash for generated image…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
Dimitri van Heesch committed Sep 23, 2014
1 parent 285221e commit 8b39158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docbookvisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8b39158

Please sign in to comment.