|
|
|
@ -143,7 +143,7 @@ OTRPlugin::OTRPlugin( TQObject *parent, const char *name, const TQStringList & /
|
|
|
|
|
//adding menu to contaclists menubar and contacts popup menu
|
|
|
|
|
TQStringList policies;
|
|
|
|
|
policies << i18n("&Default") << i18n("Al&ways") << i18n("&Opportunistic") << i18n("&Manual") << i18n("Ne&ver");
|
|
|
|
|
otrPolicyMenu = new KSelectAction( i18n( "&OTR Policy" ), TQString::tqfromLatin1("kopete_otr"), 0, actionCollection(), "otr_policy" );
|
|
|
|
|
otrPolicyMenu = new KSelectAction( i18n( "&OTR Policy" ), TQString::fromLatin1("kopete_otr"), 0, actionCollection(), "otr_policy" );
|
|
|
|
|
otrPolicyMenu->setItems( policies );
|
|
|
|
|
otrPolicyMenu->popupMenu()->insertSeparator( 1 );
|
|
|
|
|
otrPolicyMenu->setEnabled( false );
|
|
|
|
|