commit | 31f44a01f728eeab557bb81c47527e9905d9b733 | [log] [tgz] |
---|---|---|
author | tkaiser <tkaiser> | Tue Feb 15 15:32:18 2011 +0000 |
committer | tkaiser <tkaiser> | Tue Feb 15 15:32:18 2011 +0000 |
tree | 87af4972b9835e68555c8981a8e6410df470412e | |
parent | c2e468ab2b9e1908924e93d55ef36711023f0df2 [diff] |
.
diff --git a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java index 12e2ba1..7abc718 100644 --- a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java +++ b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java
@@ -114,7 +114,7 @@ String namingConventionID = diagramTypeProviderId + ".editor"; //$NON-NLS-1$ IEditorDescriptor specificEditor = PlatformUI.getWorkbench().getEditorRegistry().findEditor(namingConventionID); - // If it is a specific editor get the file extension + // If there is a specific editor get the file extension if (specificEditor != null) { editorID = namingConventionID; IExtensionRegistry extensionRegistry = Platform.getExtensionRegistry();