Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Fixed incorrect view id for Query Explorer #359
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Dec 5, 2012
1 parent ac926c4 commit 6e1585f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public class QueryExplorer extends ViewPart {
private static final String PATTERNS_VIEWER_FLYOUT_STATE = "patternsViewerFlyoutState";
private static final String DETAILS_VIEW_FLYOUT_STATE = "detailsViewFlyoutState";

public static final String ID = "org.eclipse.incquery.queryexplorer.QueryExplorer";
public static final String ID = "org.eclipse.incquery.tooling.ui.queryexplorer.QueryExplorer";

private final Map<MatcherTreeViewerRootKey, ModelConnector> modelConnectorMap = new HashMap<MatcherTreeViewerRootKey, ModelConnector>();

Expand Down

0 comments on commit 6e1585f

Please sign in to comment.