Skip to content
Snippets Groups Projects
Commit 7eb0caa5 authored by tcarver's avatar tcarver
Browse files

write project file properties on exit

parent 37ec4e8a
No related branches found
No related tags found
No related merge requests found
......@@ -784,6 +784,9 @@ abstract public class Splash extends JFrame
if(save_wd_properties || save_display_name || save_systematic_names ||
Options.getOptions().getProperty("artemis.user.dir.prompt") != null)
saveProperties();
// write the user project properties
ProjectProperty.writeProperties();
System.exit(0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment