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

List:       kde-commits
Subject:    KDE/kdevelop/src
From:       Chusslove Illich <caslav.ilic () gmx ! net>
Date:       2008-09-11 9:55:16
Message-ID: 1221126916.453639.21494.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 859757 by ilic:

i18n fix: do not try to translate empty string.

 M  +1 -1      main.cpp  


--- trunk/KDE/kdevelop/src/main.cpp #859756:859757
@@ -59,7 +59,7 @@
                           VERSION, ki18n(description), KAboutData::License_GPL,
                           ki18n( "(c) 1999-2007, The KDevelop developers" ), \
KLocalizedString(), "http://www.kdevelop.org" );  aboutData.addAuthor( ki18n("Andreas \
Pakulat"), ki18n( "Maintainer, Architecture, VCS Support, Project Management Support, \
                QMake Projectmanager" ), "apaku@gmx.de" );
-    aboutData.addAuthor( ki18n("Matt Rogers"), ki18n( "" ), "mattr@kde.org");
+    aboutData.addAuthor( ki18n("Matt Rogers"), KLocalizedString(), "mattr@kde.org");
     aboutData.addAuthor( ki18n("Alexander Dymo"), ki18n( "Architecture, Sublime UI, \
Ruby support" ), "adymo@kdevelop.org" );  aboutData.addAuthor( ki18n("Amilcar do \
Carmo Lucas"), ki18n( "Release coordinator, API documentation, Doxygen and \
                autoproject patches" ), "amilcar@ida.ing.tu-bs.de" );
     aboutData.addAuthor( ki18n("Bernd Gehrmann"), ki18n( "Initial idea, basic \
architecture, much initial source code" ), "bernd@kdevelop.org" );


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

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