We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c565f7 commit 001ad12Copy full SHA for 001ad12
1 file changed
src/app/qgshtmlannotationdialog.cpp
@@ -23,6 +23,7 @@ QgsHtmlAnnotationDialog::QgsHtmlAnnotationDialog( QgsHtmlAnnotationItem* item, Q
23
: QDialog( parent, f ), mItem( item ), mEmbeddedWidget( 0 )
24
{
25
setupUi( this );
26
+ setWindowTitle( tr( "HTML annotation" ) );
27
mEmbeddedWidget = new QgsAnnotationWidget( mItem );
28
mEmbeddedWidget->show();
29
mStackedWidget->addWidget( mEmbeddedWidget );
0 commit comments