[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:07:33 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=2962062

The following commit has been merged in the master branch:
commit 2962062ce4ac85264dd9ff0ffcc35bb1c65b5097
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Sep 15 15:52:05 2011 +0100

    Fix loading of translation catalog
    
    Reviewed-by: Dario Freddi
    BUG: 281397
---
 Messages.sh | 2 +-
 main.cpp    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Messages.sh b/Messages.sh
index beaf057..951ba8f 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -1,4 +1,4 @@
 #! /usr/bin/env bash
 $EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11
-$XGETTEXT `find . -name "*.cpp"` -o $podir/telepathy-contactslist-prototype.pot
+$XGETTEXT `find . -name "*.cpp"` -o $podir/telepathy-kde-contactlist.pot
 rm -f rc.cpp
diff --git a/main.cpp b/main.cpp
index 049d655..6c2bad3 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,5 +1,5 @@
 /*
- * This file is part of telepathy-contactslist-prototype
+ * This file is part of Telepathy Contact List
  *
  * Copyright (C) 2009-2010 Collabora Ltd. <info at collabora.co.uk>
  *   @Author George Goldberg <george.goldberg at collabora.co.uk>

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list