CVS commit by mkoller: set caption to have correct text displayed in systray configuration M +2 -1 daemondock.cpp 1.63 --- kdeutils/klaptopdaemon/daemondock.cpp #1.62:1.63 @@ -48,4 +48,5 @@ laptop_dock::laptop_dock( laptop_daemon* : KSystemTray() { + setCaption(i18n("KLaptop Daemon")); KGlobal::locale()->insertCatalogue("klaptopdaemon"); // For translation of klaptopdaemon messages _pcmcia = NULL;