CVS commit by mklingens: CVS_SILENT another warning fix. M +1 -1 nowlisteningguiclient.cpp 1.3 --- kdenonbeta/kopete/plugins/nowlistening/nowlisteningguiclient.cpp #1.2:1.3 @@ -35,5 +35,5 @@ NowListeningGUIClient::NowListeningGUICl { m_msgManager = parent; - KAction *actionSendAdvert = new KAction( i18n("Send Media Info"), 0, this, + new KAction( i18n( "Send Media Info" ), 0, this, SLOT( slotAdvertToCurrentChat() ), actionCollection(), "actionSendAdvert" ); setXMLFile("nowlisteningchatui.rc");