Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-07-16 14:05:40 +0000
committerHenrik Rentz-Reichert2012-07-16 14:05:40 +0000
commitc7f133c198c3c204ea230e145c6e614699fff8e6 (patch)
tree2e60ac56d1ea96a32d3886d79c5a22856ceeff9c /plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui
parent82ce12062451bc2106172f4537e3ad3b1964ce7f (diff)
downloadorg.eclipse.etrice-c7f133c198c3c204ea230e145c6e614699fff8e6.tar.gz
org.eclipse.etrice-c7f133c198c3c204ea230e145c6e614699fff8e6.tar.xz
org.eclipse.etrice-c7f133c198c3c204ea230e145c6e614699fff8e6.zip
[*] merged with master
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui')
-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