Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Dec 4, 2015
1 parent 36e7026 commit 99f01fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/qgshtmlannotationdialog.cpp
Expand Up @@ -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 );
}
Expand Down

0 comments on commit 99f01fd

Please sign in to comment.