mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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());
|
||||
}
|
||||
preCmd.setText(s);
|
||||
s = Messages.getString("BuildStepsTab.7"); //$NON-NLS-1$
|
||||
s = EMPTY_STR;
|
||||
IOutputType[] tmp2 = tool.getOutputTypes();
|
||||
if (tmp2 != null && tmp2.length > 0) {
|
||||
s = createList(tmp2[0].getOutputNames());
|
||||
|
|
Loading…
Add table
Reference in a new issue