Skip to content

Commit 001ad12

Browse files
committedAug 6, 2013
set HTML annotation dialog title (fix #8414)
1 parent 0c565f7 commit 001ad12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgshtmlannotationdialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ QgsHtmlAnnotationDialog::QgsHtmlAnnotationDialog( QgsHtmlAnnotationItem* item, Q
2323
: QDialog( parent, f ), mItem( item ), mEmbeddedWidget( 0 )
2424
{
2525
setupUi( this );
26+
setWindowTitle( tr( "HTML annotation" ) );
2627
mEmbeddedWidget = new QgsAnnotationWidget( mItem );
2728
mEmbeddedWidget->show();
2829
mStackedWidget->addWidget( mEmbeddedWidget );

0 commit comments

Comments
 (0)