Skip to content

Commit 9592da4

Browse files
authored
Its *.prj not *.proj (#129)
1 parent c35d337 commit 9592da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iSeg/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3131,7 +3131,7 @@ void MainWindow::LoadAny(const QString& loadfilename)
31313131
// Deduce the importer from the file-ending
31323132
const auto extension = boost::filesystem::extension(file_path);
31333133

3134-
static const std::string proj_extenstion = ".proj";
3134+
static const std::string proj_extenstion = ".prj";
31353135
static const std::string s4l_extenstion = ".h5";
31363136
static const std::vector<std::string> medical_image_extensions = {".mhd", ".mha", ".nii", ".hdr", ".img", ".gz"};
31373137
static const std::vector<std::string> vtk_extensions = {".vtk", ".vki"};

0 commit comments

Comments
 (0)