summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/gadu/gaducontact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/gadu/gaducontact.cpp')
-rw-r--r--kopete/protocols/gadu/gaducontact.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/gadu/gaducontact.cpp b/kopete/protocols/gadu/gaducontact.cpp
index 40d06c52..cc05288f 100644
--- a/kopete/protocols/gadu/gaducontact.cpp
+++ b/kopete/protocols/gadu/gaducontact.cpp
@@ -195,7 +195,7 @@ GaduContact::customContextMenuActions()
{
TQPtrList<TDEAction> *fakeCollection = new TQPtrList<TDEAction>();
//show profile
- TDEAction* actionShowProfile = new TDEAction( i18n("Show Profile") , "info", 0,
+ TDEAction* actionShowProfile = new TDEAction( i18n("Show Profile") , "application-vnd.tde.info", 0,
this, TQT_SLOT( slotShowPublicProfile() ),
this, "actionShowPublicProfile" );