--- ./modules/tabs/tabs.cpp.tabs_patch 2006-11-08 19:59:47.000000000 +0100 +++ ./modules/tabs/tabs.cpp 2006-11-08 20:01:02.000000000 +0100 @@ -83,7 +83,7 @@ Action* action = new Action( QPixmap(dataPath("kadu/modules/data/tabs/attach.png")), - tr("Attach this chat to tabs"), "tab_attach_action"); + tr("Attach this chat to tabs"), "tab_attach_action", Action::TypeChat); connect(action, SIGNAL(activated(const UserGroup*,const QWidget*,bool)), this, SLOT(onTabAttach(const UserGroup*)));