From kde-commits Wed Mar 23 09:43:02 2005 From: Will Stephenson Date: Wed, 23 Mar 2005 09:43:02 +0000 To: kde-commits Subject: kdenetwork/kopete/protocols/msn Message-Id: <20050323094302.44F0D3CC () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111157100403888 CVS commit by wstephens: Unify more icons M +2 -2 msnprotocol.cpp 1.275 M icons/cr16-action-msn_lunch.png 1.3 --- kdenetwork/kopete/protocols/msn/msnprotocol.cpp #1.274:1.275 @@ -51,6 +51,6 @@ MSNProtocol::MSNProtocol( QObject *paren BRB( Kopete::OnlineStatus::Away, 22, this, 3, "msn_brb", i18n( "Be Right Back" ), i18n( "Be &Right Back" )), AWY( Kopete::OnlineStatus::Away, 18, this, 4, "contact_away_overlay", i18n( "Away From Computer" ) , i18n( "&Away" ), Kopete::OnlineStatusManager::Away ), - PHN( Kopete::OnlineStatus::Away, 12, this, 5, "msn_phone", i18n( "On the Phone" ) , i18n( "On The &Phone" )), - LUN( Kopete::OnlineStatus::Away, 15, this, 6, "msn_lunch", i18n( "Out to Lunch" ) , i18n( "Out To &Lunch" ) ), + PHN( Kopete::OnlineStatus::Away, 12, this, 5, "contact_phone_overlay", i18n( "On the Phone" ) , i18n( "On The &Phone" )), + LUN( Kopete::OnlineStatus::Away, 15, this, 6, "contact_food_overlay", i18n( "Out to Lunch" ) , i18n( "Out To &Lunch" ) ), FLN( Kopete::OnlineStatus::Offline, 0, this, 7, QString::null, i18n( "Offline" ) , i18n( "&Offline" ), Kopete::OnlineStatusManager::Offline , Kopete::OnlineStatusManager::DisabledIfOffline), HDN( Kopete::OnlineStatus::Invisible, 3, this, 8, "contact_invisible_overlay", i18n( "Invisible" ) , i18n( "&Invisible" ), Kopete::OnlineStatusManager::Invisible ),