Skip to content

Commit

Permalink
fix linux compile
Browse files Browse the repository at this point in the history
  • Loading branch information
xplane authored and xplane committed Jun 8, 2024
1 parent dbb3814 commit bfd7580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/PlatformUtils.lin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int GetFilePathFromUser(
Fl_Native_File_Chooser * mFileDialog = new Fl_Native_File_Chooser();

mFileDialog->title(inPrompt);
if (initalPath) mFileDialog->directory(initialPath);
if (initialPath) mFileDialog->directory(initialPath);

switch(inType)
{
Expand Down

0 comments on commit bfd7580

Please sign in to comment.