X-Git-Url: http://secure.phpeclipse.com
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java
index b9fc4d7..1f6fc5f 100644
--- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java
+++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java
@@ -25,7 +25,7 @@ public class PHPdtActionConstants {
// Edit menu
/**
* Edit menu: name of standard Show Javadoc global action
- * (value "org.eclipse.jdt.ui.actions.ShowJavaDoc"
).
+ * (value "net.sourceforge.phpdt.ui.actions.ShowJavaDoc"
).
*/
public static final String SHOW_JAVA_DOC= "net.sourceforge.phpeclipse.phpeditor.ShowJavaDoc"; //$NON-NLS-1$
@@ -51,14 +51,14 @@ public class PHPdtActionConstants {
/**
* Source menu: name of standard ToggleComment global action
- * (value "org.eclipse.jdt.ui.actions.ToggleComment"
).
+ * (value "net.sourceforge.phpdt.ui.actions.ToggleComment"
).
* @since 3.0
*/
public static final String TOGGLE_COMMENT= "net.sourceforge.phpeclipse.ui.actions.ToggleComment"; //$NON-NLS-1$
/**
* Source menu: name of standard Comment global action
- * (value "org.eclipse.jdt.ui.actions.AddBlockComment"
).
+ * (value "net.sourceforge.phpdt.ui.actions.AddBlockComment"
).
*
* @since 3.0
*/
@@ -66,7 +66,7 @@ public class PHPdtActionConstants {
/**
* Source menu: name of standard Uncomment global action
- * (value "org.eclipse.jdt.ui.actions.RemoveBlockComment"
).
+ * (value "net.sourceforge.phpdt.ui.actions.RemoveBlockComment"
).
*
* @since 3.0
*/
@@ -74,7 +74,7 @@ public class PHPdtActionConstants {
/**
* Source menu: name of standard Indent global action
- * (value "org.eclipse.jdt.ui.actions.Indent"
).
+ * (value "net.sourceforge.phpdt.ui.actions.Indent"
).
*
* @since 3.0
*/