summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:24:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:24:58 -0500
commitac93bc384e2addf1f23c1300a6c4c916b252b05b (patch)
tree35773b7a4af13625dbe99b1fd2d3df86de0928b9 /kftpgrabber/src/mainwindow.cpp
parent30d9349b01546db3365d79fe8026944074356e01 (diff)
downloadkftpgrabber-ac93bc384e2addf1f23c1300a6c4c916b252b05b.tar.gz
kftpgrabber-ac93bc384e2addf1f23c1300a6c4c916b252b05b.zip
Fix remaining issues from mimetype icon renamer14.0.0
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 9c01601..add3751 100644
--- a/kftpgrabber/src/mainwindow.cpp
+++ b/kftpgrabber/src/mainwindow.cpp
@@ -393,7 +393,7 @@ void MainWindow::initMainView()
// Add some sidebars that can't be added before the session manager is created
m_bottomSidebar->addSidebar(new KFTPWidgets::ThreadView(0, "threads"), i18n("Threads"), "socket");
- m_bottomSidebar->addSidebar(KFTPSession::Manager::self()->getStatTabs(), i18n("Log"), "info");
+ m_bottomSidebar->addSidebar(KFTPSession::Manager::self()->getStatTabs(), i18n("Log"), "application-vnd.tde.info");
m_bottomSidebar->addSidebar(m_trafficGraph, i18n("Traffic"), "share");
}