Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Overbey2010-05-06 06:05:21 +0000
committerJeffrey Overbey2010-05-06 06:05:21 +0000
commit9ec50618f77ae327b7dfaedc2d2d83efcb748eb2 (patch)
treea2227195d4bd9d052287b81379c7d49ebcd78b56 /org.eclipse.photran.cdtinterface
parent037e8e69362caf83618ca833adeda1faf0edeae9 (diff)
downloadorg.eclipse.photran-9ec50618f77ae327b7dfaedc2d2d83efcb748eb2.tar.gz
org.eclipse.photran-9ec50618f77ae327b7dfaedc2d2d83efcb748eb2.tar.xz
org.eclipse.photran-9ec50618f77ae327b7dfaedc2d2d83efcb748eb2.zip
Fixed Fortran Search action set ID
Diffstat (limited to 'org.eclipse.photran.cdtinterface')
-rw-r--r--org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranPerspectiveFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranPerspectiveFactory.java b/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranPerspectiveFactory.java
index baed943f..f8502f70 100644
--- a/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranPerspectiveFactory.java
+++ b/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranPerspectiveFactory.java
@@ -52,7 +52,7 @@ public class FortranPerspectiveFactory implements IPerspectiveFactory
folder3.addView(IPageLayout.ID_OUTLINE);
layout.addActionSet(CUIPlugin.SEARCH_ACTION_SET_ID); // This is the "Open Type" search toolbar action
- layout.addActionSet("org.eclipse.photran.ui.vpg.SearchActionSet");
+ layout.addActionSet("org.eclipse.photran.ui.SearchActionSet");
layout.addActionSet("org.eclipse.photran.cdtinterface.FortranElementCreationActionSet");
layout.addActionSet(IPageLayout.ID_NAVIGATE_ACTION_SET);

Back to the top