diff options
Diffstat (limited to 'src/index.cpp')
-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) { |