| Summary: | More smart detection of KAbout(?Maybe?) | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Funda Wang <fundawang> |
| Component: | general | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | nicolasg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Funda Wang
2003-05-23 07:51:36 UTC
CVS commit by goutte:
Be tolerant with leading and trailing white spaces for translators'
names and email addresses
CCBUG:58830
(Not sure how to allow web addresses instead of email ones, so I cannot
close the bug.)
M +1 -1 kaboutdata.cpp 1.24
--- kdelibs/kdecore/kaboutdata.cpp #1.23:1.24
@@ -348,5 +348,5 @@ KAboutData::translators() const
QString name=*nit;
- personList.append(KAboutTranslator( name, email));
+ personList.append(KAboutTranslator(name.stripWhiteSpace(), email.stripWhiteSpace()));
}
*** This bug has been marked as a duplicate of bug 201997 *** |