]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/RefreshDistributionsView.java
Adapt after JCR APIs to node.api bundle move
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / commands / RefreshDistributionsView.java
index b7d3ed680083785a8b48aef322adba4a1eafd90c..82028992bf72bc0e9f32295212b05ef795356509 100644 (file)
@@ -24,11 +24,10 @@ import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.ui.IWorkbenchPart;
 
-/**
- * Force refresh of the Distributions View
- */
+/** Force refresh of the Distributions View */
 public class RefreshDistributionsView extends AbstractHandler {
-       public final static String ID = DistPlugin.ID + ".refreshDistributionsView";
+       public final static String ID = DistPlugin.PLUGIN_ID
+                       + ".refreshDistributionsView";
        public final static String DEFAULT_LABEL = "Refresh the distribution view";
        public final static ImageDescriptor DEFAULT_ICON = DistPlugin
                        .getImageDescriptor("icons/refresh.png");