Improved "Open Include" and "Open Include List" for external workspaces
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / externaltools / variable / LocalhostExpander.java
index 80e6d74..5bd3b47 100644 (file)
@@ -14,7 +14,7 @@ public class LocalhostExpander implements IVariableTextExpander {
 
   public String getText(String varTag, String varValue, ExpandVariableContext context) {
     IPreferenceStore store = PHPeclipsePlugin.getDefault().getPreferenceStore(); 
-    return store.getString(PHPeclipsePlugin.LOCALHOST_PREF);
+    return store.getString(PHPeclipsePlugin.PHP_LOCALHOST_PREF);
   }
 
 }