summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/browser/actions.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:24 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:24 -0500
commit30d9349b01546db3365d79fe8026944074356e01 (patch)
treea32b51bac1a1690c12dff0ac69dca728119f04e3 /kftpgrabber/src/widgets/browser/actions.cpp
parent598f5d7530cb316c594393c5210178ac8bd84433 (diff)
downloadkftpgrabber-30d9349b01546db3365d79fe8026944074356e01.tar.gz
kftpgrabber-30d9349b01546db3365d79fe8026944074356e01.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kftpgrabber/src/widgets/browser/actions.cpp')
-rw-r--r--kftpgrabber/src/widgets/browser/actions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/browser/actions.cpp b/kftpgrabber/src/widgets/browser/actions.cpp
index c2eeaea..11fb08c 100644
--- a/kftpgrabber/src/widgets/browser/actions.cpp
+++ b/kftpgrabber/src/widgets/browser/actions.cpp
@@ -749,7 +749,7 @@ void Actions::slotCompare()
PopupMessage *popup = new PopupMessage(m_view->getStatusLabel(), m_view);
popup->setText(i18n("Identical files on both sides have been hidden. Only <b>different files</b> are now visible."));
- popup->setImage(SmallIcon("info"));
+ popup->setImage(SmallIcon("application-vnd.tde.info"));
popup->setShowCloseButton(false);
popup->setShowCounter(false);