Skip to content

Commit

Permalink
Merge pull request #791 from alexbruy/annotation-dialog
Browse files Browse the repository at this point in the history
set HTML annotation dialog title (fix #8414)
  • Loading branch information
alexbruy committed Aug 8, 2013
2 parents 41f8abb + 001ad12 commit 1e28ce5
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 1e28ce5

Please sign in to comment.