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:
parent
fa2f115d4e
commit
782c31afe0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue