X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fcommands%2FRenameResultFolder.java;h=2bdb20db4a5dfdafd5cbc0e4d517bbc67493ea11;hb=0dcc341dafa9c72011b01491bfa8631b4e71ede2;hp=739c5039d9ff73b50ef640005c4b651e740ad9d7;hpb=2bdb18c75fc87cd78ed18843149c469c180f3830;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RenameResultFolder.java b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RenameResultFolder.java index 739c5039d..2bdb20db4 100644 --- a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RenameResultFolder.java +++ b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RenameResultFolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Mathieu Baudier + * Copyright (C) 2007-2012 Argeo GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.argeo.slc.client.ui.commands; import javax.jcr.Node; @@ -40,7 +39,7 @@ public class RenameResultFolder extends AbstractHandler { public final static String ID = ClientUiPlugin.ID + ".renameResultFolder"; public final static ImageDescriptor DEFAULT_IMG_DESCRIPTOR = ClientUiPlugin .getImageDescriptor("icons/rename.png"); - public final static String DEFAULT_LABEL = "Rename folder"; + public final static String DEFAULT_LABEL = "Rename..."; public Object execute(ExecutionEvent event) throws ExecutionException { IStructuredSelection selection = (IStructuredSelection) HandlerUtil