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