Skip to content

Commit

Permalink
Its *.prj not *.proj (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mguidon authored May 16, 2022
1 parent c35d337 commit 9592da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iSeg/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@ void MainWindow::LoadAny(const QString& loadfilename)
// Deduce the importer from the file-ending
const auto extension = boost::filesystem::extension(file_path);

static const std::string proj_extenstion = ".proj";
static const std::string proj_extenstion = ".prj";
static const std::string s4l_extenstion = ".h5";
static const std::vector<std::string> medical_image_extensions = {".mhd", ".mha", ".nii", ".hdr", ".img", ".gz"};
static const std::vector<std::string> vtk_extensions = {".vtk", ".vki"};
Expand Down

0 comments on commit 9592da4

Please sign in to comment.