Parser detects wrong include files now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / ReconcileWorkingCopyOperation.java
index 126addc..be6bb19 100644 (file)
@@ -48,7 +48,7 @@ public class ReconcileWorkingCopyOperation extends JavaModelOperation {
 //     protected void executeOperation() throws JavaModelException {
 //             if (fMonitor != null){
 //                     if (fMonitor.isCanceled()) return;
-//                     fMonitor.beginTask(Util.bind("element.reconciling"), 10); //$NON-NLS-1$
+//                     fMonitor.beginTask(ProjectPrefUtil.bind("element.reconciling"), 10); //$NON-NLS-1$
 //             }
 //     
 //             WorkingCopy workingCopy = getWorkingCopy();