[Konsole-devel] [Bug 83163] Replace openterm icons with konsole icons.
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Wed Mar 16 16:45:52 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=83163
------- Additional Comments From kurt.hindenburg kdemail net 2005-03-16 17:45 -------
CVS commit by hindenburg:
s/openterm/konsole
CCBUGS: 83163
M +1 -1 konsole_mnu.cpp 1.12
--- kdebase/kicker/menuext/konsole/konsole_mnu.cpp #1.11:1.12
@ -119,5 +119,5 @ void KonsoleMenu::initialize()
continue;
}
- insertItemSorted(this, SmallIconSet(conf.readEntry("Icon", "openterm")), text, id++);
+ insertItemSorted(this, SmallIconSet(conf.readEntry("Icon", "konsole")), text, id++);
QFileInfo fi(*it);
sessionList.append(fi.baseName(true));
More information about the konsole-devel
mailing list