Skip to content

Commit

Permalink
changes the default file name for the settings file name
Browse files Browse the repository at this point in the history
settings.m is now a special method in Matlab
  • Loading branch information
lacan committed May 8, 2019
1 parent d6fe74c commit e13ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EasyXT_GUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ function saveSettings()
end
data
% Save this somewhere
[FileName,PathName,FilterIndex] = uiputfile('settings.m','Save Settings');
[FileName,PathName,FilterIndex] = uiputfile('saved-settings.m','Save Settings');
save([PathName FileName],'data');
end

Expand Down

0 comments on commit e13ea8b

Please sign in to comment.