Some simple improvements
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ltk / ui / actions / RenamePHPIdentifier.java
index 9e38cd5..4c58891 100644 (file)
@@ -1,5 +1,6 @@
 // Copyright (c) 2005 by Leif Frenzel. All rights reserved.
 // See http://leiffrenzel.de
+// modified for phpeclipse.de project by axelcl
 package net.sourceforge.phpdt.ltk.ui.actions;
 
 import net.sourceforge.phpdt.internal.ui.util.PHPFileUtil;
@@ -46,7 +47,7 @@ import org.eclipse.ui.texteditor.ITextEditor;
  */
 public class RenamePHPIdentifier implements IEditorActionDelegate {
 
-       private static final String EXT_PROPERTIES = "properties"; //$NON-NLS-1$
+//     private static final String EXT_PROPERTIES = "properties"; //$NON-NLS-1$
 
        private ISelection selection;