X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/CustomSourceInformationControl.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/CustomSourceInformationControl.java index 06e67f9..245aaf3 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/CustomSourceInformationControl.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/CustomSourceInformationControl.java @@ -34,7 +34,7 @@ import org.eclipse.swt.widgets.Shell; public class CustomSourceInformationControl extends SourceViewerInformationControl { /** The font name for the viewer font - the same as the java editor's. */ - private static final String SYMBOLIC_FONT_NAME= "org.eclipse.jdt.ui.editors.textfont"; //$NON-NLS-1$ + private static final String SYMBOLIC_FONT_NAME= "net.sourceforge.phpdt.ui.editors.textfont"; //$NON-NLS-1$ /** The maximum width of the control, set in setSizeConstraints(int, int). */ int fMaxWidth= Integer.MAX_VALUE; @@ -200,7 +200,7 @@ public class CustomSourceInformationControl extends SourceViewerInformationContr } /* - * @see org.eclipse.jdt.internal.ui.text.java.hover.SourceViewerInformationControl#hasContents() + * @see net.sourceforge.phpdt.internal.ui.text.java.hover.SourceViewerInformationControl#hasContents() */ public boolean hasContents() { return super.hasContents() && fMaxWidth > 0;