Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
set HTML annotation dialog title (fix #8414)
  • Loading branch information
alexbruy committed Aug 6, 2013
1 parent 0c565f7 commit 001ad12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgshtmlannotationdialog.cpp
Expand Up @@ -23,6 +23,7 @@ QgsHtmlAnnotationDialog::QgsHtmlAnnotationDialog( QgsHtmlAnnotationItem* item, Q
: QDialog( parent, f ), mItem( item ), mEmbeddedWidget( 0 )
{
setupUi( this );
setWindowTitle( tr( "HTML annotation" ) );
mEmbeddedWidget = new QgsAnnotationWidget( mItem );
mEmbeddedWidget->show();
mStackedWidget->addWidget( mEmbeddedWidget );
Expand Down

0 comments on commit 001ad12

Please sign in to comment.