summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/konsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/konsole.cpp')
-rw-r--r--konsole/konsole/konsole.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/konsole/konsole/konsole.cpp b/konsole/konsole/konsole.cpp
index 2c7e63cfd..4ba8b60ca 100644
--- a/konsole/konsole/konsole.cpp
+++ b/konsole/konsole/konsole.cpp
@@ -3507,9 +3507,9 @@ void Konsole::loadSessionCommands()
void Konsole::createSessionMenus()
{
if (no2command.isEmpty()) { // All sessions have been deleted
- m_session->insertItem(SmallIconSet("window_new"),
+ m_session->insertItem(SmallIconSet("window-new"),
i18n("New &Window"), SESSION_NEW_WINDOW_ID);
- m_tabbarSessionsCommands->insertItem(SmallIconSet("window_new"),
+ m_tabbarSessionsCommands->insertItem(SmallIconSet("window-new"),
i18n("New &Window"), SESSION_NEW_WINDOW_ID);
return;
}
@@ -3525,9 +3525,9 @@ void Konsole::createSessionMenus()
comment=txt.prepend(i18n("New "));
insertItemSorted(m_session, SmallIconSet(icon),
comment.replace('&',"&&"), SESSION_NEW_SHELL_ID);
- m_session->insertItem(SmallIconSet("window_new"),
+ m_session->insertItem(SmallIconSet("window-new"),
i18n("New &Window"), SESSION_NEW_WINDOW_ID);
- m_tabbarSessionsCommands->insertItem(SmallIconSet("window_new"),
+ m_tabbarSessionsCommands->insertItem(SmallIconSet("window-new"),
i18n("New &Window"), SESSION_NEW_WINDOW_ID);
m_session->insertSeparator();
m_tabbarSessionsCommands->insertSeparator();