]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/wizards/ConfirmOverwriteWizard.java
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / wizards / ConfirmOverwriteWizard.java
index f83b77b17ce332ae2e2df08a34b54415616082f5..3fa15f9bfb10d32770269c7fd86d6a51a9cc35ae 100644 (file)
@@ -91,8 +91,8 @@ public class ConfirmOverwriteWizard extends Wizard {
                        if (overwriteBtn.getSelection())
                                doFinish = MessageDialog.openConfirm(Display.getDefault()
                                                .getActiveShell(), "CAUTION", "All data contained in ["
-                                               + (parentRelPath !=null?parentRelPath:"")
-                                               + sourceNodeName
+                                               + (parentRelPath != null ? parentRelPath : "")
+                                               + "/"+ sourceNodeName
                                                + "] are about to be definitively destroyed. \n "
                                                + "Are you sure you want to proceed ?");
                        else
@@ -124,7 +124,7 @@ public class ConfirmOverwriteWizard extends Wizard {
                                if (relPath.startsWith(basePath))
                                        relPath = relPath.substring(basePath.length());
                                // FIXME currently add the default base label
-                               parentRelPath = SlcUiConstants.DEFAULT_MY_RESULTS_FOLDER_LABEL + "/"
+                               parentRelPath = SlcUiConstants.DEFAULT_MY_RESULTS_FOLDER_LABEL
                                                + relPath;
                        } catch (RepositoryException e) {
                                throw new SlcException("Unexpected error while defining "
@@ -223,4 +223,4 @@ public class ConfirmOverwriteWizard extends Wizard {
                        }
                }
        }
-}
+}
\ No newline at end of file