From 84136f93b36f0107deca190ebc105e3216b0638f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 8 Jan 2026 22:21:09 +0900 Subject: TEMP: cmake Signed-off-by: Michele Calgaro --- src/modules/notifier/notifierwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/notifier/notifierwindow.cpp') diff --git a/src/modules/notifier/notifierwindow.cpp b/src/modules/notifier/notifierwindow.cpp index 3e2f7d1..e81145f 100644 --- a/src/modules/notifier/notifierwindow.cpp +++ b/src/modules/notifier/notifierwindow.cpp @@ -210,7 +210,7 @@ void KviNotifierWindow::addMessage(KviWindow * pWnd,const TQString &szImageId,co TQString szMessage=szText; szMessage.replace( TQRegExp("\r([^\r])*\r([^\r])+\r"), "\\2" ); if(szImageId.isEmpty())pIcon = 0; - else pIcon = g_pIconManager->getImage(szImageId); + else pIcon = g_pIconManager->getImage(szImageId.local8Bit()); KviNotifierMessage * m = new KviNotifierMessage(this,pIcon ? new TQPixmap(*pIcon) : 0,szMessage); -- cgit v1.2.3