mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed bug # 68888
This commit is contained in:
parent
d5cfd2a0af
commit
d0408df257
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ public class MakeTargetDialog extends Dialog {
|
||||||
public void handleEvent(Event e) {
|
public void handleEvent(Event e) {
|
||||||
if (commandText.getText().equals("")) { //$NON-NLS-1$
|
if (commandText.getText().equals("")) { //$NON-NLS-1$
|
||||||
fStatusLine.setErrorMessage(MakeUIPlugin.getResourceString("MakeTargetDialog.message.mustSpecifyBuildCommand")); //$NON-NLS-1$
|
fStatusLine.setErrorMessage(MakeUIPlugin.getResourceString("MakeTargetDialog.message.mustSpecifyBuildCommand")); //$NON-NLS-1$
|
||||||
|
} else {
|
||||||
|
fStatusLine.setErrorMessage(null); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
updateButtons();
|
updateButtons();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue