diff --git a/src/trayicon.cpp b/src/trayicon.cpp index 65ef722..32a107f 100644 --- a/src/trayicon.cpp +++ b/src/trayicon.cpp @@ -124,7 +124,7 @@ void TrayIcon::sloutUpdateTestNotification() Notification noti = m_notifications.take(timer); Notification update(noti, "Hello World", "This is Snore
" - "This icon is in color
" + "This icon is quite a long line of text, isnt it I think it is what do you think? btw the icon should be in color
" "Project Website", Icon("http://jweatherwatch.googlecode.com/svn/trunk/iconset/04.png")); m_snore->broadcastNotification(update); timer->deleteLater();