1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

Fixed typo in column ID.

This commit is contained in:
Pawel Piech 2007-05-29 17:55:21 +00:00
parent fa2f115d4e
commit 782c31afe0

View file

@ -22,7 +22,7 @@ import org.eclipse.jface.resource.ImageDescriptor;
@SuppressWarnings("restriction")
public class ExpressionColumnPresentation implements IColumnPresentation {
public static final String ID = DsfDebugUIPlugin.PLUGIN_ID + ".REGISTERS_COLUMN_PRESENTATION_ID"; //$NON-NLS-1$
public static final String ID = DsfDebugUIPlugin.PLUGIN_ID + ".EXPRESSION_COLUMN_PRESENTATION_ID"; //$NON-NLS-1$
public void init(IPresentationContext context) {
}