[Bug 9322] Set help ID on control, not contents
authordadubrow
Mon, 22 Jun 2009 09:41:33 -0500
changeset 278 96bd14e3e8e2
parent 277 7e77fcc359da
child 279 9abb752d5c0a
[Bug 9322] Set help ID on control, not contents
project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/preferences/CarbidePreferencePage.java
--- a/project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/preferences/CarbidePreferencePage.java	Mon Jun 22 09:40:46 2009 -0500
+++ b/project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/preferences/CarbidePreferencePage.java	Mon Jun 22 09:41:33 2009 -0500
@@ -147,7 +147,7 @@
 		indexBuildOnly.setSelection(!indexAllOption);
 		indexAll.setSelection(indexAllOption);
 		
-		PlatformUI.getWorkbench().getHelpSystem().setHelp(content, ProjectUIHelpIds.CARBIDE_PREFS_PAGE);
+		PlatformUI.getWorkbench().getHelpSystem().setHelp(parent, ProjectUIHelpIds.CARBIDE_PREFS_PAGE);
 	
 		return content;
 	}