SVN commit 780772 by pino: fix icon M +1 -1 uachangerplugin.cpp --- trunk/extragear/base/konq-plugins/uachanger/uachangerplugin.cpp #780771:780772 @@ -59,7 +59,7 @@ { setComponentData(UAChangerPlugin::componentData()); - m_pUAMenu = new KActionMenu( KIcon("agent"),i18n("Change Browser &Identification"), + m_pUAMenu = new KActionMenu( KIcon("preferences-web-browser-identification"), i18n("Change Browser &Identification"), actionCollection() ); actionCollection()->addAction("changeuseragent", m_pUAMenu); m_pUAMenu->setDelayed( false );