summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index fca696c..2dfc36d 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -55,7 +55,7 @@ QCString abbreviate(const char *s,const char *name)
QCString start1=(QCString)"The "+name+" class ";
QCString start2=(QCString)"The "+name+" widget ";
QCString start3=(QCString)"The "+name+" file ";
- result=result.simplifyWhiteSpace();
+ result=result.stripWhiteSpace();
// strip trailing .
if (result.length()>0 && result.at(result.length()-1)=='.')
result=result.left(result.length()-1);