use the right icon when showing annotation-related messages

svn path=/trunk/playground/graphics/okular/; revision=586560
remotes/origin/KDE/4.0
Pino Toscano 20 years ago
parent b1d70d87a8
commit f2ecb5fb91
  1. 2
      ui/pageviewannotator.cpp

@ -810,7 +810,7 @@ void PageViewAnnotator::slotToolSelected( int toolID )
} }
// display the tooltip // display the tooltip
else if ( toolSubElement.tagName() == "tooltip" ) else if ( toolSubElement.tagName() == "tooltip" )
m_pageView->displayMessage( toolSubElement.text() ); m_pageView->displayMessage( toolSubElement.text(), PageViewMessage::Annotation );
} }
// consistancy warning // consistancy warning

Loading…
Cancel
Save