mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
string modification
This commit is contained in:
parent
6ec9ab35c3
commit
8e61cd9d4f
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class BuildStepsTab extends AbstractCBuildPropertyTab {
|
||||||
s = createList(add[0].getPaths());
|
s = createList(add[0].getPaths());
|
||||||
}
|
}
|
||||||
preCmd.setText(s);
|
preCmd.setText(s);
|
||||||
s = Messages.getString("BuildStepsTab.7"); //$NON-NLS-1$
|
s = EMPTY_STR;
|
||||||
IOutputType[] tmp2 = tool.getOutputTypes();
|
IOutputType[] tmp2 = tool.getOutputTypes();
|
||||||
if (tmp2 != null && tmp2.length > 0) {
|
if (tmp2 != null && tmp2.length > 0) {
|
||||||
s = createList(tmp2[0].getOutputNames());
|
s = createList(tmp2[0].getOutputNames());
|
||||||
|
|
Loading…
Add table
Reference in a new issue