Skip to content

Commit 73dafd6

Browse files
author
Natalia Bartol
committed
Changing the way Dynamic Help works in Studio.
Signed-off-by: Natalia Bartol <[email protected]>
1 parent c63ce04 commit 73dafd6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

org.zend.core.notifications/src/org/zend/core/notifications/internal/ui/MessageWithHelpBody.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ public Composite createContent(Composite container,
6060
if (helpContextId != null) {
6161
text.addSelectionListener(new SelectionAdapter() {
6262
@Override
63-
public void widgetSelected(SelectionEvent selectionEvent) {
64-
PlatformUI.getWorkbench().getHelpSystem()
65-
.displayHelp(helpContextId);
63+
public void widgetSelected(SelectionEvent selectionEvent) {
64+
org.eclipse.swt.program.Program.launch(helpContextId);
6665
}
6766
});
6867
}

0 commit comments

Comments
 (0)