From a30007c5738ba89548679d9ff185783f88d16e77 Mon Sep 17 00:00:00 2001 From: no_author Date: Mon, 9 Sep 2002 20:21:17 +0000 Subject: [PATCH] Changed label "Active" to "Include" so that rule sets and rules will be consistent. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@886 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/src/net/sourceforge/pmd/swingui/RuleSetEditingPanel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmd/src/net/sourceforge/pmd/swingui/RuleSetEditingPanel.java b/pmd/src/net/sourceforge/pmd/swingui/RuleSetEditingPanel.java index 0aa0330561..9316e9b0c6 100644 --- a/pmd/src/net/sourceforge/pmd/swingui/RuleSetEditingPanel.java +++ b/pmd/src/net/sourceforge/pmd/swingui/RuleSetEditingPanel.java @@ -86,7 +86,7 @@ public class RuleSetEditingPanel extends JPanel panel.add(m_descriptionScrollPane); // Rule Set Active Label - m_includeLabel = new JLabel("Active"); + m_includeLabel = new JLabel("Include"); m_includeLabel.setFont(UIManager.getFont("labelFont")); m_includeLabel.setHorizontalAlignment(JLabel.RIGHT); panel.add(m_includeLabel); @@ -154,7 +154,7 @@ public class RuleSetEditingPanel extends JPanel m_name.setBackground(Color.white); m_description.setEnabled(true); m_description.setBackground(Color.white); - m_include.setEnabled(true); +// m_include.setEnabled(true); m_enabled = true; }