From ada2cc0c2c1c9a3736ae450a9db44a6f6cf43583 Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Thu, 31 Jan 2008 09:54:47 +0000 Subject: [PATCH] Macro Explorer: Revert persistence key --- .../ui/text/c/hover/CMacroExpansionExplorationControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/c/hover/CMacroExpansionExplorationControl.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/c/hover/CMacroExpansionExplorationControl.java index 87abf68345a..78eac89b8e8 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/c/hover/CMacroExpansionExplorationControl.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/c/hover/CMacroExpansionExplorationControl.java @@ -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$ } /*