Major refactoring of Argeo CMS UI
[lgpl/argeo-commons.git] / org.argeo.cms.e4 / src / org / argeo / cms / e4 / maintenance / DataDeploymentUi.java
index a750e9541abf2b82179a5216df4947ad5f5da4be..22e80069d61e2218b3bca163fd71582ce93e6d3d 100644 (file)
@@ -10,7 +10,7 @@ import java.util.Collection;
 import org.apache.jackrabbit.core.RepositoryContext;
 import org.apache.jackrabbit.core.config.RepositoryConfig;
 import org.argeo.api.NodeConstants;
-import org.argeo.cms.ui.util.CmsUiUtils;
+import org.argeo.cms.swt.CmsSwtUtils;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.layout.GridData;
 import org.eclipse.swt.layout.GridLayout;
@@ -106,7 +106,7 @@ class DataDeploymentUi extends AbstractOsgiComposite {
                }
                Label label = new Label(parent, SWT.NONE);
                label.setData(new GridData(SWT.FILL, SWT.FILL, false, false));
-               CmsUiUtils.markup(label);
+               CmsSwtUtils.markup(label);
                label.setText("<span style=''>" + text.toString() + "</span>");
        }