Skip to content

Commit

Permalink
Update DependencyManagementSection.java
Browse files Browse the repository at this point in the history
  • Loading branch information
anviik authored and laeubi committed Jan 13, 2025
1 parent 79b126c commit 989efe6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ protected void createClient(Section section, FormToolkit toolkit) {

gd = new GridData();
gd.horizontalSpan = 2;
FormText resolveText = toolkit.createFormText(container, true);
resolveText.setText(PDEUIMessages.SecondaryBundlesSection_resolve, true, true);
resolveText.setLayoutData(gd);
FormText buildSectionLinkText = toolkit.createFormText(container, true);
buildSectionLinkText.setText(PDEUIMessages.ExtraClassPathLink, true, true);
buildSectionLinkText.setLayoutData(gd);
resolveText.addHyperlinkListener(new HyperlinkAdapter() {
@Override
public void linkActivated(HyperlinkEvent e) {
Expand Down

0 comments on commit 989efe6

Please sign in to comment.