locationField.setLayoutData(data);
locationField.setFont(font);
locationField.add( store.getString(PHPeclipsePlugin.PHP_RUN_PREF), 0);
+ locationField.add( store.getString(PHPeclipsePlugin.APACHE_RUN_PREF), 1);
+ locationField.add( store.getString(PHPeclipsePlugin.MYSQL_RUN_PREF), 2);
Composite buttonComposite = new Composite(parent, SWT.NONE);
layout = new GridLayout();