public class PHPRestartApacheAction extends PHPStartApacheAction {
public void run(IAction action) {
final IPreferenceStore store = PHPeclipsePlugin.getDefault().getPreferenceStore();
- execute(store.getString(PHPeclipsePlugin.APACHE_RESTART_PREF));
+ execute(store.getString(PHPeclipsePlugin.APACHE_RESTART_PREF), "Restart Apache: ");
}
}