diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-06-10 14:32:16 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-06-10 14:32:16 (GMT) |
commit | df80e2787c543a3b48f775fbd5c18723abe64a07 (patch) | |
tree | e7d24c06a9c225fe4a29004a178cc28a435cdc67 /src/formula.cpp | |
parent | fcea664faa6475ff88208a719b50390b686e8930 (diff) | |
download | Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.zip Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.tar.gz Doxygen-df80e2787c543a3b48f775fbd5c18723abe64a07.tar.bz2 |
Release-1.2.8.1
Diffstat (limited to 'src/formula.cpp')
-rw-r--r-- | src/formula.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formula.cpp b/src/formula.cpp index 1c1bfc7..f7c77b8 100644 --- a/src/formula.cpp +++ b/src/formula.cpp @@ -56,7 +56,7 @@ void FormulaList::generateBitmaps(const char *path) // store the original directory if (!d.exists()) { err("Error: Output dir %s does not exist!\n",path); exit(1); } QCString oldDir = convertToQCString(QDir::currentDirPath()); - // goto the html output directory (i.e. path) + // go to the html output directory (i.e. path) QDir::setCurrent(d.absPath()); QDir thisDir; // generate a latex file containing one formula per page. |