1
0
Fork 0
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:
Anton Leherbauer 2008-01-31 09:54:47 +00:00
parent 7c5c048c7b
commit ada2cc0c2c

View file

@ -317,7 +317,7 @@ public class CMacroExpansionExplorationControl extends AbstractCompareViewerInfo
* @see org.eclipse.cdt.internal.ui.text.AbstractCompareViewerInformationControl#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$
}
/*