Skip to content

Commit

Permalink
fix import dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
zig-for committed Apr 13, 2023
1 parent 43bee44 commit 57fb0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sn_file_tree_ui_events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void SNFileTree::OnContextMenuSelected(wxCommandEvent& event)
return;
}
wxArrayString filenames;
openFileDialog.GetFilenames(filenames);
openFileDialog.GetPaths(filenames);
ImportFilesTo(GetFocusedItem(), filenames);
}
break;
Expand Down

0 comments on commit 57fb0de

Please sign in to comment.