public class PHPStartMySQLAction extends PHPStartApacheAction {
public void run(IAction action) {
final IPreferenceStore store = PHPeclipsePlugin.getDefault().getPreferenceStore();
- execute(store.getString(PHPeclipsePlugin.MYSQL_PREF));
+ execute(store.getString(PHPeclipsePlugin.MYSQL_PREF), "Start MySQL: ");
}
}