Skip to content

Commit

Permalink
Merge pull request #5536 from lbartoletti/freebsd_build
Browse files Browse the repository at this point in the history
Fix FreeBSD build
  • Loading branch information
nyalldawson committed Nov 7, 2017
2 parents ac1db7e + 71b9c77 commit 30046d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsguiutils.cpp
Expand Up @@ -158,7 +158,7 @@ namespace QgsGuiUtils
outputFileName = fileDialog->selectedFiles().first();
}

selectedFilter = fileDialog->selectedFilter();
selectedFilter = fileDialog->selectedNameFilter();
QgsDebugMsg( "Selected filter: " + selectedFilter );
ext = filterMap.value( selectedFilter, QString() );

Expand Down

0 comments on commit 30046d6

Please sign in to comment.