Skip to content
Snippets Groups Projects
Commit 17e1fd7e authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: replace GetOpenFileName

parent 5d36f4c8
No related branches found
No related tags found
No related merge requests found
...@@ -1809,7 +1809,7 @@ MainWindow ...@@ -1809,7 +1809,7 @@ MainWindow
// Select filename. // Select filename.
QString caption(tr("Open file...")); QString caption(tr("Open file..."));
ImportImages( ImportImages(
otb::GetOpenFileNames( this, caption ) otb::GetOpenFilenames( this, caption )
); );
} }
......
...@@ -454,7 +454,7 @@ PreferencesDialog ...@@ -454,7 +454,7 @@ PreferencesDialog
::on_geoidButton_clicked() ::on_geoidButton_clicked()
{ {
QString geoidFile( QString geoidFile(
otb::GetOpenFileName( otb::GetOpenFilename(
this, this,
tr( "Select a geoid file." ) tr( "Select a geoid file." )
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment