[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:14:18 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=cef5ea2
The following commit has been merged in the master branch:
commit cef5ea27a1bd8c8f0a6e339b90d9540c754170c5
Author: Frederik Schwarzer <schwarzerf at gmail.com>
Date: Sat Nov 5 22:05:29 2011 +0100
Fix loading of translation catalogue and remove useless strings.
---
main.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/main.cpp b/main.cpp
index bd85193..dad6c4b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -32,12 +32,10 @@
int main(int argc, char *argv[])
{
- KAboutData aboutData("mainwindow", 0, ki18n("MainWindow"),
- "0.1", ki18n("Description here"),
- KAboutData::License_GPL,
- ki18n("(c) KDE"),
- KLocalizedString(), "", "kde-devel at kde.org");
-
+ KAboutData aboutData("telepathy-kde-send-file",
+ "telepathy-send-file",
+ ki18n("Telepathy Send File"),
+ "0.1");
aboutData.addAuthor(ki18n("David Edmundson"), ki18n("Author"), "kde at davidedmundson.co.uk");
KCmdLineArgs::init(argc, argv, &aboutData);
--
ktp-send-file packaging
More information about the pkg-kde-commits
mailing list