Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-07-05 10:32:23 +0000
committerHenrik Rentz-Reichert2012-07-05 10:32:23 +0000
commit2acd06500a34156d6b65c8962836e2ddc1675df0 (patch)
tree791021c26c39d21a6f68c3c3c792f7060dd33970 /plugins/org.eclipse.etrice.ui.structure
parentcfe61d13e052dc52b91d6c427357fae5ce166126 (diff)
downloadorg.eclipse.etrice-2acd06500a34156d6b65c8962836e2ddc1675df0.tar.gz
org.eclipse.etrice-2acd06500a34156d6b65c8962836e2ddc1675df0.tar.xz
org.eclipse.etrice-2acd06500a34156d6b65c8962836e2ddc1675df0.zip
[ui.common, ui.commands, ui.behavior, ui.structure] added preferences for diagram export
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.structure')
-rw-r--r--plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/editor/StructureExporter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/editor/StructureExporter.java b/plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/editor/StructureExporter.java
index 067a85a2e..b2f9f779e 100644
--- a/plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/editor/StructureExporter.java
+++ b/plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/editor/StructureExporter.java
@@ -20,7 +20,7 @@ import org.eclipse.etrice.ui.structure.DiagramAccess;
public class StructureExporter {
- private static final String SUFFIX = "_structure.jpg";
+ private static final String SUFFIX = "_structure";
public static void export(StructureClass ac, String folder) {
DiagramAccess da = new DiagramAccess();

Back to the top