[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=abf2f9c

The following commit has been merged in the master branch:
commit abf2f9cefe51c3bdd70ac919af7db79c94954d69
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Mon Mar 11 13:43:55 2013 +0100

    Add elipsis to "Join Chat Room" item
    
    Reviewed-by: David Edmundson
---
 presence/src/presence-applet.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/presence/src/presence-applet.cpp b/presence/src/presence-applet.cpp
index 7b52775..58b6737 100644
--- a/presence/src/presence-applet.cpp
+++ b/presence/src/presence-applet.cpp
@@ -159,7 +159,7 @@ void TelepathyPresenceApplet::setupContextMenuActions()
     KAction *goExtendedAwayAction = new KAction(getThemedIcon("user-away-extended"), i18n("Not Available"), this);
     KAction *goHiddenAction = new KAction(getThemedIcon("user-invisible"), i18n("Invisible"), this);
     KAction *goOfflineAction = new KAction(getThemedIcon("user-offline"), i18n("Offline"), this);
-    KAction *joinChatroomAction = new KAction(KIcon("user-group-new"), i18n("Join Chat Room"), this);
+    KAction *joinChatroomAction = new KAction(KIcon("user-group-new"), i18n("Join Chat Room..."), this);
 
     goOnlineAction->setData(QVariant::fromValue(KTp::Presence(Tp::Presence::available())));
     goBusyAction->setData(QVariant::fromValue(KTp::Presence(Tp::Presence::busy())));

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list