mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Macro Explorer: Revert persistence key
This commit is contained in:
parent
7c5c048c7b
commit
ada2cc0c2c
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ public class CMacroExpansionExplorationControl extends AbstractCompareViewerInfo
|
||||||
* @see org.eclipse.cdt.internal.ui.text.AbstractCompareViewerInformationControl#getId()
|
* @see org.eclipse.cdt.internal.ui.text.AbstractCompareViewerInformationControl#getId()
|
||||||
*/
|
*/
|
||||||
protected String getId() {
|
protected String getId() {
|
||||||
return "org.eclipse.cdt.ui.text.hover.CMacroExpansionExploration0"; //$NON-NLS-1$
|
return "org.eclipse.cdt.ui.text.hover.CMacroExpansionExploration"; //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue