summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-10-20 18:27:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-10-20 18:27:28 (GMT)
commit2fe3e7d170ffb3d95bdf4dadbcf257506554ebaf (patch)
treed0d8c4b58f9a7298e490ba876b06e24bddba73ec /src
parentfea2d924d8513ecf37c7942e04e2396b976a854a (diff)
downloadDoxygen-2fe3e7d170ffb3d95bdf4dadbcf257506554ebaf.zip
Doxygen-2fe3e7d170ffb3d95bdf4dadbcf257506554ebaf.tar.gz
Doxygen-2fe3e7d170ffb3d95bdf4dadbcf257506554ebaf.tar.bz2
Fixed typo in config option with could result in runtime error
Diffstat (limited to 'src')
-rw-r--r--src/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 60344f9..766bd80 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -147,7 +147,7 @@ QCString abbreviate(const char *s,const char *name)
result=result.left(result.length()-1);
// strip any predefined prefix
- QStrList &briefDescAbbrev = Config_getList("ANNOTATION_FROM_BRIEF");
+ QStrList &briefDescAbbrev = Config_getList("ABBREVIATE_BRIEF");
const char *p = briefDescAbbrev.first();
while (p)
{