]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.akb.ui/src/main/java/org/argeo/slc/akb/ui/composites/MixTitleComposite.java
First unfinished drafts for items editors
[gpl/argeo-slc.git] / plugins / org.argeo.slc.akb.ui / src / main / java / org / argeo / slc / akb / ui / composites / MixTitleComposite.java
index 39564832500fa3a5c498b10d240cc9f0f1dbe5ec..5aa64239fa607f55e3d10ce5c896423b0752dc4c 100644 (file)
@@ -43,7 +43,7 @@ public class MixTitleComposite extends Composite {
 
                parent.setLayout(new GridLayout(2, false));
 
-               // first line: connector type and name
+               // first line: connector name
                toolkit.createLabel(parent, "Name");
                titleTxt = toolkit.createText(parent, "", SWT.BORDER);
                GridData gd = new GridData(SWT.FILL, SWT.TOP, true, false);