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

List:       kde-commits
Subject:    [ktechlab] microbe: Hopefully final fix for this empty string
From:       Luigi Toscano <null () kde ! org>
Date:       2016-12-31 15:15:06
Message-ID: E1cNLNC-0005Bj-Sh () code ! kde ! org
[Download RAW message or body]

Git commit c26f9455cb06b47a5460489947a0fbd67b6f7fba by Luigi Toscano.
Committed on 31/12/2016 at 15:14.
Pushed by ltoscano into branch 'master'.

Hopefully final fix for this empty string

Gettext complains about i18n() being used against and empty string.

M  +1    -1    microbe/main.cpp

https://commits.kde.org/ktechlab/c26f9455cb06b47a5460489947a0fbd67b6f7fba

diff --git a/microbe/main.cpp b/microbe/main.cpp
index 05bfc178..997d4cc0 100644
--- a/microbe/main.cpp
+++ b/microbe/main.cpp
@@ -56,7 +56,7 @@ int main(int argc, char **argv)
 {
 	KAboutData about(QByteArray("microbe"), QByteArray("Microbe"), ki18n("Mic=
robe"), version, ki18n(description),
 					 KAboutData::License_GPL, ki18n("(C) 2004-2005, The KTechlab develope=
rs"),
-                     ki18n(""),
+                     KLocalizedString(),
                      "http://ktechlab.org", "ktechlab-devel@lists.sourcefo=
rge.net" );
 	about.addAuthor( ki18n("Daniel Clarke"), KLocalizedString(), QByteArray("=
daniel.jc@gmail.com") );
 	about.addAuthor( ki18n("David Saxton"), KLocalizedString(), QByteArray("d=
avid@bluehaze.org") );

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

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