X Tutup
Skip to content

Commit fc21cb2

Browse files
author
zhourenjian
committed
Fix CLabel.z.js typo
1 parent a8eb7f5 commit fc21cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.lib/build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794

795795
<java classname="net.sf.j2s.lib.build.UTF8Concat">
796796
<arg value="false"/>
797-
<arg value="${j2s.swt.bin}/org/eclipse/swt/custom/CLable.z.js"/>
797+
<arg value="${j2s.swt.bin}/org/eclipse/swt/custom/CLabel.z.js"/>
798798
<arg value="${j2s.swt.bin}"/>
799799
<arg value="org/eclipse/swt/custom/CLayoutData.js"/>
800800
<arg value="org/eclipse/swt/custom/CLabel.js"/>

0 commit comments

Comments
 (0)
X Tutup