make the tooltip for the close button of the annotation window a bit more clear

svn path=/trunk/KDE/kdegraphics/okular/; revision=789534
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent 8df0b87e18
commit 969abdeec0
  1. 2
      ui/annotwindow.cpp

@ -45,7 +45,7 @@ public:
setFixedSize( size );
setIcon( style()->standardIcon( QStyle::SP_DockWidgetCloseButton ) );
setIconSize( size );
setToolTip( i18n( "Close" ) );
setToolTip( i18n( "Close this note" ) );
}
};

Loading…
Cancel
Save