Closedown

This commit is contained in:
x03daop
2016-04-01 10:14:37 +02:00
parent 68f1f4c8e5
commit 13eba3d3eb
2 changed files with 2 additions and 2 deletions

View File

@@ -494,7 +494,7 @@
</Component>
<Component class="javax.swing.JCheckBox" name="checkCur3">
<Properties>
<Property name="text" type="java.lang.String" value="AuxCurrent"/>
<Property name="text" type="java.lang.String" value="Aux Current"/>
<Property name="name" type="java.lang.String" value="AuxCurrent" noResource="true"/>
</Properties>
</Component>

View File

@@ -368,7 +368,7 @@ public class HoloScan extends Panel {
checkCur2.setText("Ref Current");
checkCur2.setName("RefCurrent"); // NOI18N
checkCur3.setText("AuxCurrent");
checkCur3.setText("Aux Current");
checkCur3.setName("AuxCurrent"); // NOI18N
buttonScientaSetup.setText("Scienta Setup");