Skip to content
Permalink
Browse files
Missed one
  • Loading branch information
NathanW2 committed Dec 4, 2015
1 parent 36e7026 commit 99f01fd
Showing 1 changed file with 4 additions and 0 deletions.
@@ -74,6 +74,10 @@ void QgsHtmlAnnotationDialog::on_mBrowseToolButton_clicked()
{
directory = fi.absolutePath();
}
else
{
directory = QDir::homePath();
}
QString filename = QFileDialog::getOpenFileName( 0, tr( "html" ), directory, "HTML (*.html *.htm);;All files (*.*)" );
mFileLineEdit->setText( filename );
}

0 comments on commit 99f01fd

Please sign in to comment.