summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/mainwindow.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/mainwindow.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/mainwindow.cpp')
-rw-r--r--kftpgrabber/src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/mainwindow.cpp b/kftpgrabber/src/mainwindow.cpp
index 4970066..9c01601 100644
--- a/kftpgrabber/src/mainwindow.cpp
+++ b/kftpgrabber/src/mainwindow.cpp
@@ -340,7 +340,7 @@ void MainWindow::initSidebars()
// Create the failed transfers view
KFTPWidgets::FailedTransfers *failedTransfers = new KFTPWidgets::FailedTransfers(0, "failedtransfers");
- m_bottomSidebar->addSidebar(m_queueView, i18n("Queue"), "document");
+ m_bottomSidebar->addSidebar(m_queueView, i18n("Queue"), "text-x-generic");
m_bottomSidebar->addSidebar(failedTransfers, i18n("Failed Transfers"), "cancel");
// END bottom