mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
icon change for the annotation property action
svn path=/trunk/playground/graphics/okular/; revision=586559
This commit is contained in:
parent
8beff183b9
commit
b1d70d87a8
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
|
||||
|
|
Loading…
Reference in a new issue