Revision 15959

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/gui/ProjectWindow.java
65 65
import org.gvsig.gui.beans.swing.JButton;
66 66

  
67 67
import com.iver.andami.PluginServices;
68
import com.iver.andami.help.Help;
68 69
import com.iver.andami.messages.NotificationManager;
69 70
import com.iver.andami.ui.mdiManager.IWindow;
70 71
import com.iver.andami.ui.mdiManager.SingletonWindow;
......
128 129
		super();
129 130
		initialize();
130 131
		refreshControls();
132
		Help.getHelp().enableHelp(this, this.getClass().getName());
131 133
	}
132 134

  
133 135
	/**

Also available in: Unified diff