1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

string modification

This commit is contained in:
Oleg Krasilnikov 2007-03-02 15:05:00 +00:00
parent 6ec9ab35c3
commit 8e61cd9d4f

View file

@ -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());