first PHP parser version (doesn't work actually)
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / actions / PHPRestartApacheAction.java
index a5c461e..f67a3ca 100644 (file)
@@ -26,6 +26,6 @@ import org.eclipse.ui.IWorkbenchWindowActionDelegate;
 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: ");
        }
 }