package net.sourceforge.phpdt.externaltools.variable;
import net.sourceforge.phpeclipse.PHPeclipsePlugin;
+import net.sourceforge.phpeclipse.ui.WebUI;
import org.eclipse.jface.preference.IPreferenceStore;
public String getText(String varTag, String varValue, ExpandVariableContext context) {
IPreferenceStore store = PHPeclipsePlugin.getDefault().getPreferenceStore();
- return store.getString(PHPeclipsePlugin.LOCALHOST_PREF);
+ return store.getString(WebUI.PHP_LOCALHOST_PREF);
}
}