[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdecore
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-12-31 16:21:17
Message-ID: 20041231162117.5053A1CF34 () office ! kde ! org
[Download RAW message or body]

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()));
     }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic