From 71fd38650147b953fb5063648a538673649bda85 Mon Sep 17 00:00:00 2001 From: dimitri Date: Mon, 20 Oct 2003 18:27:28 +0000 Subject: Fixed typo in config option with could result in runtime error --- src/index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v0.12