diff --git a/konsole/konsole.cpp b/konsole/konsole.cpp index c3a8e907..4fbd8b7b 100644 --- a/konsole/konsole.cpp +++ b/konsole/konsole.cpp @@ -1893,8 +1893,8 @@ void Konsole::addSessionCommand(const QString &path) return; // ignore } QString icon = co->readEntry("Icon", "openterm"); - m_session->insertItem( SmallIconSet( icon ), txt, ++cmd_serial ); - m_toolbarSessionsCommands->insertItem( SmallIconSet( icon ), txt, cmd_serial ); + m_toolbarSessionsCommands->insertItem( SmallIconSet( icon ), txt, ++cmd_serial ); + m_session->insertItem( SmallIconSet( icon ), txt.prepend(i18n("New ")), cmd_serial ); no2command.insert(cmd_serial,co); }