icon change for the annotation property action

svn path=/trunk/playground/graphics/okular/; revision=586559
This commit is contained in:
Pino Toscano 2006-09-19 23:12:49 +00:00
parent 8beff183b9
commit b1d70d87a8

View file

@ -1273,7 +1273,7 @@ if (d->document->handleEvent( e ) )
deleteNote = menu.addAction( SmallIconSet("remove"), i18n( "&Delete" ) );
if ( ann->flags & Annotation::DenyDelete )
deleteNote->setEnabled( false );
showProperties = menu.addAction( SmallIconSet("thumbnail"), i18n( "&Properties..." ) );
showProperties = menu.addAction( SmallIconSet("configure"), i18n( "&Properties..." ) );
QAction *choice = menu.exec( e->globalPos() );