commit | 4d9cb03a2cbdadac8fe6d5da168cc56ad19b29d7 | [log] [tgz] |
---|---|---|
author | Michael Wenz <michael.wenz@sap.com> | Mon Nov 11 03:09:09 2013 -0500 |
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | Mon Nov 11 03:09:09 2013 -0500 |
tree | 79d352bd1cc0ede2dcc433744968b7b9c2f3de33 | |
parent | fecf1a15235b55c740a3b86fd58d8070dc8cb9eb [diff] | |
parent | 80a2fec2e51d3dc47fffea1b81440f556ab5ef25 [diff] |
Merge "Bug 418409 - Graphiti new project and new diagram wizards have disappeared from toolbar new entry"
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/new-diagram.png b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/new-diagram.png index ad5e22d..bae629a 100644 --- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/new-diagram.png +++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/new-diagram.png Binary files differ
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/new-graphiti-project.png b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/new-graphiti-project.png index 643fa6f..6b01e53 100644 --- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/new-graphiti-project.png +++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/visio/new-graphiti-project.png Binary files differ
diff --git a/examples/org.eclipse.graphiti.examples.common/plugin.properties b/examples/org.eclipse.graphiti.examples.common/plugin.properties index 9bfe48c..cf1fa4d 100644 --- a/examples/org.eclipse.graphiti.examples.common/plugin.properties +++ b/examples/org.eclipse.graphiti.examples.common/plugin.properties
@@ -10,6 +10,7 @@ # Contributors: # SAP AG - initial API, implementation and documentation # mwenz - Bug 336075 - DiagramEditor accepts URIEditorInput +# mwenz - Bug 418409 - Graphiti new project and new diagram wizards have disappeared from toolbar new entry # # </copyright> # @@ -20,11 +21,10 @@ _test_preferences_page = Graphiti Test Preferences navigatorContent.name = Graphiti Navigator Content -category.name = Graphiti -wizard.name = Graphiti Sample Project -wizard.description = Create a Graphiti Example Project -wizard.name.0 = Graphiti Diagram -wizard.description.0 = Creates a new Graphiti diagram (the type of the new diagram can be chosen among all existing types) +wizard.name = Graphiti Example Project +wizard.description = Creates a new Graphiti Example Project +wizard.name.0 = Graphiti Example Diagram +wizard.description.0 = Creates a new Graphiti diagram (the type of the new diagram can be chosen among all existing diagram types) nature.name = Graphiti Example Nature perspective.name = Graphiti openDiagramFromFilecommand.name = Open Graphiti Diagram from File
diff --git a/examples/org.eclipse.graphiti.examples.common/plugin.xml b/examples/org.eclipse.graphiti.examples.common/plugin.xml index 5e8eedb..5043da4 100644 --- a/examples/org.eclipse.graphiti.examples.common/plugin.xml +++ b/examples/org.eclipse.graphiti.examples.common/plugin.xml Binary files differ