Help added. This is "fix" of issue #23539. BLD200205161200
authormentlicher@netbeans.org
Thu, 16 May 2002 11:07:20 +0000
changeset 2254316960aab9ce
parent 2253 7ac9ad8cd5be
child 2255 5163dad69a95
Help added. This is "fix" of issue #23539.
vcs.advanced/src/org/netbeans/modules/vcs/advanced/projectsettings/CommandLineVcsFileSystemNode.java
     1.1 --- a/vcs.advanced/src/org/netbeans/modules/vcs/advanced/projectsettings/CommandLineVcsFileSystemNode.java	Thu May 16 10:52:54 2002 +0000
     1.2 +++ b/vcs.advanced/src/org/netbeans/modules/vcs/advanced/projectsettings/CommandLineVcsFileSystemNode.java	Thu May 16 11:07:20 2002 +0000
     1.3 @@ -35,6 +35,7 @@
     1.4  import org.openide.nodes.BeanNode;
     1.5  import org.openide.nodes.Children;
     1.6  import org.openide.nodes.Sheet;
     1.7 +import org.openide.util.HelpCtx;
     1.8  import org.openide.util.Utilities;
     1.9  import org.openide.util.WeakListener;
    1.10  
    1.11 @@ -63,6 +64,10 @@
    1.12          updateState();
    1.13      }
    1.14      
    1.15 +    public HelpCtx getHelpCtx() {
    1.16 +        return new HelpCtx(CommandLineVcsFileSystemNode.class);
    1.17 +    }
    1.18 +    
    1.19      private void updateState() {
    1.20          boolean wasSetDisplayName = false;
    1.21          boolean wasSetSystemName = false;