Skip to content

Commit

Permalink
Added agentgui-userObject.xml file to the list of always selected files
Browse files Browse the repository at this point in the history
  • Loading branch information
CDerksen committed Oct 20, 2018
1 parent 9e74987 commit a46bfa2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public class ProjectExportDialog extends JDialog implements ActionListener, Dire

private static final long serialVersionUID = 7642101726572826993L;

private static final String[] ALWAYS_SELECTED_FILES = {"agentgui.xml", "agentgui.bin", "/setupsEnv/~GeneralGraphSettings~.xml"};
private static final String[] ALWAYS_SELECTED_FILES = {"agentgui.xml", "agentgui.bin", "agentgui-UserObject.xml", "/setupsEnv/~GeneralGraphSettings~.xml"};

private Project project;
private ProjectExportSettingsController projectExportSettingsController;
Expand Down

0 comments on commit a46bfa2

Please sign in to comment.