summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/mainwindow.cpp
diff options
context:
space:
mode:
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");
}