[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:11:21 UTC 2016


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

The following commit has been merged in the master branch:
commit b532d86b5db4e63262832f8d6e7874fcbb7c8189
Author: Rohan Garg <rohangarg at kubuntu.org>
Date:   Sat Sep 29 02:56:19 2012 +0530

    Use a icon in the context menu and use a more appropriate string
---
 context-menu.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/context-menu.cpp b/context-menu.cpp
index 10711c9..3a44f9e 100644
--- a/context-menu.cpp
+++ b/context-menu.cpp
@@ -151,7 +151,7 @@ KMenu* ContextMenu::contactContextMenu(const QModelIndex &index)
     }
 
     menu->addSeparator();
-    action = menu->addAction(i18n("Configure notifications"));
+    action = menu->addAction(KIcon("dialog-information"), i18n("Configure Notifications ..."));
     action->setEnabled(true);
     connect(action, SIGNAL(triggered()),
                            SLOT(onNotificationConfigured()));

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list