From f2ecb5fb916b59a1cd48dac6d8be953754f4c2d5 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 19 Sep 2006 23:14:12 +0000 Subject: [PATCH] use the right icon when showing annotation-related messages svn path=/trunk/playground/graphics/okular/; revision=586560 --- ui/pageviewannotator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pageviewannotator.cpp b/ui/pageviewannotator.cpp index 123145645..01e40597b 100644 --- a/ui/pageviewannotator.cpp +++ b/ui/pageviewannotator.cpp @@ -810,7 +810,7 @@ void PageViewAnnotator::slotToolSelected( int toolID ) } // display the tooltip else if ( toolSubElement.tagName() == "tooltip" ) - m_pageView->displayMessage( toolSubElement.text() ); + m_pageView->displayMessage( toolSubElement.text(), PageViewMessage::Annotation ); } // consistancy warning