summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-09-27 19:20:12 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-09-27 19:20:12 (GMT)
commitb3063065e56a63056b094b58a883856267e32db3 (patch)
tree5485e95b8a8a758f2d0d0a39e611d4d9b1ad519b /src/doxygen.cpp
parentba7233b1be8545e619d80a62dd274521392fbe1f (diff)
downloadDoxygen-b3063065e56a63056b094b58a883856267e32db3.zip
Doxygen-b3063065e56a63056b094b58a883856267e32db3.tar.gz
Doxygen-b3063065e56a63056b094b58a883856267e32db3.tar.bz2
Release-1.4.4-20050927
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index c92aa51..2da775f 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -8302,7 +8302,7 @@ void parseInput()
* Determine Input Files *
**************************************************************************/
- msg("Reading input files...\n");
+ msg("Searching for files to process...\n");
QDict<void> *killDict = new QDict<void>(10007);
int inputSize=0;
QStrList &inputList=Config_getList("INPUT");