Major refactoring of Argeo CMS UI
[lgpl/argeo-commons.git] / org.argeo.cms.e4 / src / org / argeo / cms / e4 / maintenance / SecurityDeploymentUi.java
index 4edbf565adf56faf3ac521dda7205591a4e40c1f..3492c5499d7cc629ced31de372419e332e76d7ca 100644 (file)
@@ -2,7 +2,7 @@ package org.argeo.cms.e4.maintenance;
 
 import java.net.URI;
 
-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.widgets.Composite;
@@ -75,7 +75,7 @@ class SecurityDeploymentUi 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(text.toString());
        }