From 7e5eb6da549215f174b8861890bbbf5c901c4313 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:13:10 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- plugins/search/htmlpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/search/htmlpart.cpp') 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) -- cgit v1.2.3