OSDN Git Service

BUGFIX: Attribute typo.
authorTakuya Ono <takuya-o@users.sourceforge.jp>
Sun, 22 Jul 2007 10:57:40 +0000 (10:57 +0000)
committerTakuya Ono <takuya-o@users.sourceforge.jp>
Sun, 22 Jul 2007 10:57:40 +0000 (10:57 +0000)
deploy/mdc.zip
src/org/jent/checksmtp/ApplicationUI.form
src/org/jent/checksmtp/ApplicationUI.java

index 8f404d5..6ad7e52 100644 (file)
Binary files a/deploy/mdc.zip and b/deploy/mdc.zip differ
index 8238d3a..5470c8c 100644 (file)
                               </Group>
                               <EmptySpace max="-2" attributes="0"/>
                               <Group type="103" groupAlignment="0" attributes="0">
-                                  <Component id="jTextFieldAttribute" alignment="0" pref="296" max="32767" attributes="0"/>
-                                  <Component id="jTextFieldBaseDn" pref="296" max="32767" attributes="0"/>
+                                  <Component id="jTextFieldAttribute" alignment="0" pref="300" max="32767" attributes="0"/>
+                                  <Component id="jTextFieldBaseDn" pref="300" max="32767" attributes="0"/>
                                   <Group type="102" alignment="0" attributes="0">
-                                      <Component id="jTextFieldProviderUrl" pref="213" max="32767" attributes="0"/>
+                                      <Component id="jTextFieldProviderUrl" pref="217" max="32767" attributes="0"/>
                                       <EmptySpace max="-2" attributes="0"/>
                                       <Component id="jCheckBoxIsSjis" min="-2" max="-2" attributes="0"/>
                                   </Group>
             </Component>
             <Component class="javax.swing.JLabel" name="jLabel6">
               <Properties>
-                <Property name="text" type="java.lang.String" value="Attribuite:"/>
+                <Property name="text" type="java.lang.String" value="Attribute:"/>
               </Properties>
             </Component>
             <Component class="javax.swing.JTextField" name="jTextFieldProviderUrl">
index 297643d..2cf0c73 100644 (file)
@@ -154,7 +154,7 @@ public class ApplicationUI extends javax.swing.JFrame {
 
     jLabel5.setText("Root DN:");
 
-    jLabel6.setText("Attribuite:");
+    jLabel6.setText("Attribute:");
 
     jTextFieldProviderUrl.setText("ldap://localhost:389/");
     jTextFieldProviderUrl.setToolTipText("LDAP server URL.");
@@ -188,10 +188,10 @@ public class ApplicationUI extends javax.swing.JFrame {
               .add(org.jdesktop.layout.GroupLayout.TRAILING, jLabel4))
             .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
             .add(jPanelLDAPLayout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
-              .add(jTextFieldAttribute, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 296, Short.MAX_VALUE)
-              .add(jTextFieldBaseDn, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 296, Short.MAX_VALUE)
+              .add(jTextFieldAttribute, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 300, Short.MAX_VALUE)
+              .add(jTextFieldBaseDn, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 300, Short.MAX_VALUE)
               .add(jPanelLDAPLayout.createSequentialGroup()
-                .add(jTextFieldProviderUrl, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 213, Short.MAX_VALUE)
+                .add(jTextFieldProviderUrl, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 217, Short.MAX_VALUE)
                 .addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED)
                 .add(jCheckBoxIsSjis))))
           .add(jPanelLDAPLayout.createSequentialGroup()