Skip to content

Commit 114c990

Browse files
committed
cross: filter in hyperlink to properties removed
1 parent 13b59f0 commit 114c990

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ilg.gnuarmeclipse.managedbuild.cross/src/ilg/gnuarmeclipse/managedbuild/cross/ui/TabToolchains.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,16 +345,15 @@ public void widgetSelected(SelectionEvent e) {
345345
} else if ("project".equals(text)) {
346346
ret = PreferencesUtil.createPropertyDialogOn(
347347
parent.getShell(), getProject(),
348-
ProjectToolsPathPropertyPage.ID,
349-
new String[] {}, null, 0).open();
348+
ProjectToolsPathPropertyPage.ID, null, null, 0)
349+
.open();
350350
}
351351

352352
if (ret == Window.OK) {
353353
updateToolchainPath(getSelectedToolchainName());
354354
}
355355
}
356356
});
357-
358357
}
359358

360359
{

ilg.gnuarmeclipse.managedbuild.cross/src/ilg/gnuarmeclipse/managedbuild/cross/ui/messages.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ ToolChainSettingsTab_size = Print size
3737

3838
ToolChainSettingsTab_path_label = Toolchain path:
3939
ToolChainSettingsTab_path_link = \
40-
(to change the toolchain path use the <a>global</a>/<a>workspace</a>/<a>project</a> pages)
40+
(to change it use the <a>global</a> or <a>workspace</a> \
41+
preferences pages or the <a>project</a> properties page)
4142

4243

4344
# ----- Tools Paths, preferences and properties pages -----

0 commit comments

Comments
 (0)