Commit 2fe3e7d1 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed typo in config option with could result in runtime error

parent fea2d924
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment