The CheckBox item is actually "Set as Main Project" instead of "Project Name"?! tag_before_license_change vw_samples_before_merge
authorpotingwu@netbeans.org
Thu, 04 Oct 2007 18:20:47 +0000
changeset 16963413881e0a62
parent 1695 25dbcd9779f4
child 1697 62fe66d0eb65
The CheckBox item is actually "Set as Main Project" instead of "Project Name"?!
visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties
visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/SamplesWebVisualPanel.form
visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/SamplesWebVisualPanel.java
     1.1 --- a/visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties	Thu Oct 04 18:17:30 2007 +0000
     1.2 +++ b/visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties	Thu Oct 04 18:20:47 2007 +0000
     1.3 @@ -42,13 +42,13 @@
     1.4  LBL_NWP1_ProjectLocation_Label=Project Location:
     1.5  LBL_NWP1_BrowseLocation_Button=Browse...
     1.6  LBL_NWP1_CreatedProjectFolder_Label=Project Folder:
     1.7 -LBL_NWP1_ProjectNameCheck_Label=Project Name
     1.8 +LBL_NWP1_SetAsMain_CheckBox=Set as Main Project
     1.9  
    1.10  LBL_NWP1_ProjectName_LabelMnemonic=N
    1.11  LBL_NWP1_ProjectLocation_LabelMnemonic=L
    1.12  LBL_NWP1_Browse_LabelMnemonic=R
    1.13  LBL_NWP1_CreatedProjectFolder_LabelMnemonic=F
    1.14 -LBL_NWP1_ProjectNameCheck_LabelMnemonic=P
    1.15 +LBL_NWP1_SetAsMain_CheckBoxMnemonic=M
    1.16  
    1.17  ACSN_projectNameLabel=Project name
    1.18  ACSD_projectNameLabel=Name of new project
    1.19 @@ -64,6 +64,8 @@
    1.20  ACSD_createdFolderLabel=N/A
    1.21  ACSN_createdFolderTextfield=N/A
    1.22  ACSD_createdFolderTextfield=N/A
    1.23 +ACSN_SetAsMain_CheckBox=Set as Main Project
    1.24 +ACSD_SetAsMain_CheckBox=Set as main project
    1.25  
    1.26  MSG_not_valid_project_name=The project name {0} already exists in this directory.
    1.27  LBL_TITLE=Choose folder
     2.1 --- a/visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/SamplesWebVisualPanel.form	Thu Oct 04 18:17:30 2007 +0000
     2.2 +++ b/visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/SamplesWebVisualPanel.form	Thu Oct 04 18:20:47 2007 +0000
     2.3 @@ -193,11 +193,11 @@
     2.4      <Component class="javax.swing.JCheckBox" name="setAsMainProject">
     2.5        <Properties>
     2.6          <Property name="mnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor">
     2.7 -          <ResourceString bundle="org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties" key="LBL_NWP1_ProjectNameCheck_LabelMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
     2.8 +          <ResourceString bundle="org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties" key="LBL_NWP1_SetAsMain_CheckBoxMnemonic" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
     2.9          </Property>
    2.10          <Property name="selected" type="boolean" value="true"/>
    2.11          <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    2.12 -          <ResourceString bundle="org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties" key="LBL_NWP1_ProjectNameCheck_Label" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    2.13 +          <ResourceString bundle="org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties" key="LBL_NWP1_SetAsMain_CheckBox" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    2.14          </Property>
    2.15          <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
    2.16            <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
    2.17 @@ -210,10 +210,10 @@
    2.18        </Properties>
    2.19        <AccessibilityProperties>
    2.20          <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    2.21 -          <ResourceString bundle="org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties" key="ACSN_projectNameLabel" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    2.22 +          <ResourceString bundle="org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties" key="ACSN_SetAsMain_CheckBox" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    2.23          </Property>
    2.24          <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    2.25 -          <ResourceString bundle="org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties" key="ACSD_projectNameLabel" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    2.26 +          <ResourceString bundle="org/netbeans/modules/visualweb/samples/bundled/wizard/Bundle.properties" key="ACSD_SetAsMain_CheckBox" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    2.27          </Property>
    2.28        </AccessibilityProperties>
    2.29      </Component>
     3.1 --- a/visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/SamplesWebVisualPanel.java	Thu Oct 04 18:17:30 2007 +0000
     3.2 +++ b/visualweb.samples.bundled/src/org/netbeans/modules/visualweb/samples/bundled/wizard/SamplesWebVisualPanel.java	Thu Oct 04 18:20:47 2007 +0000
     3.3 @@ -181,9 +181,9 @@
     3.4              }
     3.5          });
     3.6  
     3.7 -        setAsMainProject.setMnemonic(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "LBL_NWP1_ProjectNameCheck_LabelMnemonic").charAt(0));
     3.8 +        setAsMainProject.setMnemonic(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "LBL_NWP1_SetAsMain_CheckBoxMnemonic").charAt(0));
     3.9          setAsMainProject.setSelected(true);
    3.10 -        setAsMainProject.setText(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "LBL_NWP1_ProjectNameCheck_Label")); // NOI18N
    3.11 +        setAsMainProject.setText(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "LBL_NWP1_SetAsMain_CheckBox")); // NOI18N
    3.12          setAsMainProject.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
    3.13          setAsMainProject.setMargin(new java.awt.Insets(0, 0, 0, 0));
    3.14  
    3.15 @@ -249,8 +249,8 @@
    3.16          projectFolderField.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "ACSD_createdFolderTextfield")); // NOI18N
    3.17          browseButton.getAccessibleContext().setAccessibleName(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "ACSN_browseButton")); // NOI18N
    3.18          browseButton.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "ACSD_browseButton")); // NOI18N
    3.19 -        setAsMainProject.getAccessibleContext().setAccessibleName(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "ACSN_projectNameLabel")); // NOI18N
    3.20 -        setAsMainProject.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "ACSD_projectNameLabel")); // NOI18N
    3.21 +        setAsMainProject.getAccessibleContext().setAccessibleName(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "ACSN_SetAsMain_CheckBox")); // NOI18N
    3.22 +        setAsMainProject.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(SamplesWebVisualPanel.class, "ACSD_SetAsMain_CheckBox")); // NOI18N
    3.23      }// </editor-fold>//GEN-END:initComponents
    3.24  
    3.25      private void browseButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_browseButtonActionPerformed