Skip to content

Commit 731ea46

Browse files
committed
btnHelloVertx.setEnabled(false)
1 parent 7084daf commit 731ea46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

org.nodeclipse.ui/src/org/nodeclipse/ui/wizards/NodeProjectWizardPage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ private final void createTemplatesGroup(Composite parent) {
228228
btnHelloNashorn.setText(Constants.TEMPLATE_HELLO_NASHORN);
229229
btnHelloVertx = new Button(templatesGroup, SWT.RADIO);
230230
btnHelloVertx.setText(Constants.TEMPLATE_HELLO_VERTX);
231+
btnHelloVertx.setEnabled(false);
231232
}
232233

233234
public String getSelectedTemplate() {

0 commit comments

Comments
 (0)