X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fgui%2FSwingInterface.java;h=3b8971c6c23b2ac138763682e05bf8e35d5c1496;hb=54cd03818de3f37298c7fbd6f1ac540cac85b42d;hp=2f13df6416075140661c7b15b87c8b156a2c3ab6;hpb=f17c4eee0980368a3148ed3e328bd3689dac7511;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/gui/SwingInterface.java b/src/net/pterodactylus/jsite/gui/SwingInterface.java index 2f13df6..3b8971c 100644 --- a/src/net/pterodactylus/jsite/gui/SwingInterface.java +++ b/src/net/pterodactylus/jsite/gui/SwingInterface.java @@ -768,7 +768,6 @@ public class SwingInterface implements CoreListener, LoggingListener, PropertyCh Project project = core.createProject(); project.setName(I18n.get("general.newProject.name")); project.setDescription(I18n.get("general.newProject.description", new Date())); - project.setBasePath(""); mainWindow.addProject(project, true); } catch (JSiteException nne1) { /* TODO - add i18n */