diff --git a/src/forge/GuiDisplayUtil.java b/src/forge/GuiDisplayUtil.java index b8af07e6396..da78ad6c3b4 100644 --- a/src/forge/GuiDisplayUtil.java +++ b/src/forge/GuiDisplayUtil.java @@ -942,7 +942,7 @@ public class GuiDisplayUtil implements NewConstants { String t_computerSetupLibrary = "NONE"; String t_changePlayer = "NONE"; - String wd = System.getProperty("user.dir"); + String wd = "."; JFileChooser fc = new JFileChooser(wd); int rc = fc.showDialog(null, "Select Game State File"); if (rc != JFileChooser.APPROVE_OPTION)