X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui.dist%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Fcommands%2FCreateWorkspace.java;h=95dee2b6e655d9c6f589196f878b3a8b84c0eb66;hb=18458e0376be8f3c4e38d26c937112bdbda27617;hp=5a697bc225fae22570b51f82b092ef64095c86ba;hpb=79a75d7f11406a6e219447bfcab4caf3290cb7f5;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/CreateWorkspace.java b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/CreateWorkspace.java index 5a697bc22..95dee2b6e 100644 --- a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/CreateWorkspace.java +++ b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/CreateWorkspace.java @@ -41,9 +41,8 @@ import org.eclipse.jface.resource.ImageDescriptor; import org.eclipse.ui.handlers.HandlerUtil; /** - * Create a new empty workspace in the current repository. + * Create a new empty workspace in a remote repository. */ - public class CreateWorkspace extends AbstractHandler { private static final Log log = LogFactory.getLog(CreateWorkspace.class); @@ -82,7 +81,7 @@ public class CreateWorkspace extends AbstractHandler { .getActiveWorkbenchWindow(event).getShell(), "Workspace name?", "Choose a name for the workspace to create", - prefix == null ? "" : prefix + "_", null); + prefix == null ? "" : prefix + "-", null); int result = inputDialog.open(); String enteredName = inputDialog.getValue();