Bring system icon into XDG compliance

(cherry picked from commit c3132c766d)
r14.0.x
Timothy Pearson 10 years ago committed by Slávek Banko
parent ac93bc384e
commit 3023a336a5

@ -611,7 +611,7 @@ void Manager::registerSession(Session *session)
// Assign GUI positions
m_statTabs->addTab(session->m_log, "[" + i18n("Log") + "]");
getTabs(session->m_side)->addTab(session->m_fileView, KFTPGrabberBase::loadSmallIcon("system"), i18n("Session"));
getTabs(session->m_side)->addTab(session->m_fileView, KFTPGrabberBase::loadSmallIcon("computer"), i18n("Session"));
// Actually add the session
m_sessionList.append(session);

Loading…
Cancel
Save