# HG changeset patch # User dadubrow # Date 1245681693 18000 # Node ID 96bd14e3e8e22d58f4505c938b17cf82c2b0fe59 # Parent 7e77fcc359da6685468aac8b01a9c934b7e18238 [Bug 9322] Set help ID on control, not contents diff -r 7e77fcc359da -r 96bd14e3e8e2 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; }