PHP obfuscator gets it's ignored identifiers from an "obfuscator.xml" file
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / template / TemplateProposal.java
index d261dc7..cf5c204 100644 (file)
@@ -213,7 +213,7 @@ public class TemplateProposal implements IPHPCompletionProposal {
        private void handleException(CoreException e) {
                Shell shell= fViewer.getTextWidget().getShell();
     PHPeclipsePlugin.log(e);
-//             ExceptionHandler.handle(e, shell, TemplateMessages.getString("TemplateEvaluator.error.title"), null); //$NON-NLS-1$
+//             ExceptionHandler.handle(e, shell, ObfuscatorMessages.getString("TemplateEvaluator.error.title"), null); //$NON-NLS-1$
        }
 
        /*