Merged the 3.1 compatibility patches from the eclipse3_1compat branch into the HEAD.
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / logview / EventDetailsDialogAction.java
index 9a32632..66df394 100644 (file)
@@ -39,7 +39,7 @@ public class EventDetailsDialogAction extends SelectionProviderAction{
         * the property dialog will describe
         */
        public EventDetailsDialogAction(Shell shell, ISelectionProvider provider){
-               super(provider, WorkbenchMessages.getString("PropertyDialog.text")); //$NON-NLS-1$
+       super(provider, WorkbenchMessages.PropertyDialog_text); //$NON-NLS-1$
                Assert.isNotNull(shell);
                this.shell = shell;
                this.provider = provider;