summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:10 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:10 -0500
commit7e5eb6da549215f174b8861890bbbf5c901c4313 (patch)
tree7b02c2ef1075821c58d8a078dc3a8a4fc1a281f3 /plugins
parent121af3c55d4750aa059ef5e37afb728e41d88579 (diff)
downloadktorrent-7e5eb6da549215f174b8861890bbbf5c901c4313.tar.gz
ktorrent-7e5eb6da549215f174b8861890bbbf5c901c4313.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'plugins')
-rw-r--r--plugins/search/htmlpart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/search/htmlpart.cpp b/plugins/search/htmlpart.cpp
index a0c02fe..2c57aeb 100644
--- a/plugins/search/htmlpart.cpp
+++ b/plugins/search/htmlpart.cpp
@@ -164,7 +164,7 @@ namespace kt
int ret = KMessageBox::questionYesNoCancel(0,
i18n("Do you want to download or save the torrent?"),
i18n("Download Torrent"),
- KGuiItem(i18n("to download", "Download"),"down"),
+ KGuiItem(i18n("to download", "Download"),"go-down"),
KStdGuiItem::save());
if (ret == KMessageBox::Yes)