Fix remaining issues from mimetype icon rename

pull/2/head
Timothy Pearson 10 years ago
parent a67fdce271
commit 7a5af0d89a

@ -516,7 +516,7 @@ void tork::setupActions()
SLOT(toggleTorMon()),actionCollection(),"enable_tormon");
browseHiddenServices = new TDEAction(i18n("Browse Hidden Services"),"tork_tor", 0,this,
SLOT(hiddenServices()),actionCollection(),"hidden_services");
browseNetworkList = new TDEAction(i18n("Browse Tor Network Status"),"info", 0,this,
browseNetworkList = new TDEAction(i18n("Browse Tor Network Status"),"application-vnd.tde.info", 0,this,
SLOT(networkList()),actionCollection(),"network_list");
#ifndef LIVECD
torkUpdateTork = new TDEAction(i18n("Download Tork"), "tork_green", 0,this,

Loading…
Cancel
Save