| author | Rainer Pielmann | 2011-12-19 09:56:56 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:17:01 (EDT) |
| commit | e3c15ff5716c19077dceb936f6bdd9a02a31ea68 (patch) (side-by-side diff) | |
| tree | 4cb443578efec5f6cb0dc4244b3b54b8ea38588a | |
| parent | b7932cfa18039430f2de2d5cde39f00d5a45d52a (diff) | |
| download | org.eclipse.stardust.ide-e3c15ff5716c19077dceb936f6bdd9a02a31ea68.zip org.eclipse.stardust.ide-e3c15ff5716c19077dceb936f6bdd9a02a31ea68.tar.gz org.eclipse.stardust.ide-e3c15ff5716c19077dceb936f6bdd9a02a31ea68.tar.bz2 | |
Jira-ID: CRNT-22860 Missing 'Import Model Elements' option from context menu of Model (in Outline tree)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@52145 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/ImportModelElementsAction.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/ImportModelElementsAction.java b/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/ImportModelElementsAction.java index e6287dd..df1c58b 100644 --- a/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/ImportModelElementsAction.java +++ b/modeling/org.eclipse.stardust.modeling.core/src/org/eclipse/stardust/modeling/core/editors/parts/diagram/actions/ImportModelElementsAction.java @@ -33,7 +33,7 @@ import org.eclipse.ui.wizards.IWizardRegistry; */ public class ImportModelElementsAction extends SelectionAction { - private static final String IMPORT_MODEL_ELEMENTS_WIZARD = "ag.carnot.workflow.modelimport.ImportModelElementsWizard"; //$NON-NLS-1$ + private static final String IMPORT_MODEL_ELEMENTS_WIZARD = "org.eclipse.stardust.modeling.modelimport.ImportModelElementsWizard"; //$NON-NLS-1$ public ImportModelElementsAction(WorkflowModelEditor editor) { |

