[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:22:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=f1e841a

The following commit has been merged in the master branch:
commit f1e841a625004530291dc8692534e4e5545705da
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Jul 27 10:49:09 2012 +0100

    Set the correct name for dr konqui in log viewer
---
 logviewer/main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/logviewer/main.cpp b/logviewer/main.cpp
index 54af921..5528a4d 100644
--- a/logviewer/main.cpp
+++ b/logviewer/main.cpp
@@ -28,9 +28,9 @@ int main(int argc, char *argv[])
                          0,
                          ki18n("KDE IM Log Viewer"),
                          "0.4.1");
-    aboutData.addAuthor(ki18n("David Edmundson"), ki18n("Developer"), "kde at kde@davidedmundson.co.uk");
+    aboutData.addAuthor(ki18n("David Edmundson"), ki18n("Developer"), "kde at davidedmundson.co.uk");
     aboutData.addAuthor(ki18n("Daniele E. Domenichelli"), ki18n("Developer"), "daniele.domenichelli at gmail.com");
-    aboutData.setProductName("telepathy/logger"); //set the correct name for bug reporting
+    aboutData.setProductName("telepathy/log-viewer"); //set the correct name for bug reporting
     aboutData.setLicense(KAboutData::License_GPL_V2);
 
     KCmdLineArgs::init(argc, argv, &aboutData);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list