diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 13:25:22 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 13:25:22 -0500 |
commit | 7a5af0d89a410e1986ac0be81a8653449ebd0b0c (patch) | |
tree | 74502b398247d41558e394bb82f3791a17ff5137 /src | |
parent | a67fdce271e7f28519f7023f6f01e95f39b67815 (diff) | |
download | tork-7a5af0d89a410e1986ac0be81a8653449ebd0b0c.tar.gz tork-7a5af0d89a410e1986ac0be81a8653449ebd0b0c.zip |
Fix remaining issues from mimetype icon rename
Diffstat (limited to 'src')
-rw-r--r-- | src/tork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tork.cpp b/src/tork.cpp index 00b1ae4..fb17b0a 100644 --- a/src/tork.cpp +++ b/src/tork.cpp @@ -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, |