Skip to content

Commit 09ff650

Browse files
committed
Fix a wrong tooltip
1 parent 0d39bdb commit 09ff650

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/java/com/junichi11/netbeans/modules/github/issues/issue/ui/InsertTemplatePanel.form

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
3232
<StringArray count="0"/>
3333
</Property>
34-
<Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
35-
<ResourceString bundle="com/junichi11/netbeans/modules/github/issues/issue/ui/Bundle.properties" key="InsertTemplatePanel.templatesComboBox.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
36-
</Property>
3734
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
3835
<Dimension value="[200, 27]"/>
3936
</Property>

src/main/java/com/junichi11/netbeans/modules/github/issues/issue/ui/InsertTemplatePanel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ private void initComponents() {
7777

7878
templatesComboBox = new javax.swing.JComboBox<String>();
7979

80-
templatesComboBox.setToolTipText(org.openide.util.NbBundle.getMessage(InsertTemplatePanel.class, "InsertTemplatePanel.templatesComboBox.toolTipText")); // NOI18N
8180
templatesComboBox.setPreferredSize(new java.awt.Dimension(200, 27));
8281

8382
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);

src/main/resources/com/junichi11/netbeans/modules/github/issues/issue/ui/Bundle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ GitHubIssuePanel.insertTemplateButton.toolTipText=Insert Template
5555
GitHubIssuePanel.insertTemplateButton.text=
5656
GitHubIssuePanel.manageTemplatesButton.toolTipText=Manage Templates
5757
GitHubIssuePanel.manageTemplatesButton.text=
58-
InsertTemplatePanel.templatesComboBox.toolTipText=
5958
TemplatePanel.nameLabel.text=Name:
6059
TemplatePanel.nameTextField.text=
6160
TemplatePanel.errorLabel.text=ERROR

0 commit comments

Comments
 (0)