From 30d9349b01546db3365d79fe8026944074356e01 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:24 -0500 Subject: 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 --- kftpgrabber/src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kftpgrabber/src/mainwindow.cpp') 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 -- cgit v1.2.3