diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-10-20 18:27:28 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-10-20 18:27:28 (GMT) |
commit | 71fd38650147b953fb5063648a538673649bda85 (patch) | |
tree | d0d8c4b58f9a7298e490ba876b06e24bddba73ec | |
parent | e6a16d09de26a40fd7730ba44a740b713b157191 (diff) | |
download | Doxygen-71fd38650147b953fb5063648a538673649bda85.zip Doxygen-71fd38650147b953fb5063648a538673649bda85.tar.gz Doxygen-71fd38650147b953fb5063648a538673649bda85.tar.bz2 |
Fixed typo in config option with could result in runtime error
-rw-r--r-- | src/index.cpp | 2 |
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) { |