don't initialize base path
[jSite2.git] / src / net / pterodactylus / jsite / gui / SwingInterface.java
index 2f13df6..3b8971c 100644 (file)
@@ -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 */