From 684e01bb190c7d0b95347b732aeb3cdeda4740d7 Mon Sep 17 00:00:00 2001 From: abranson Date: Tue, 18 Oct 2011 17:00:33 +0200 Subject: Module support --- source/com/c2kernel/lifecycle/gui/model/WfVertexDefFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/com/c2kernel/lifecycle/gui/model/WfVertexDefFactory.java') diff --git a/source/com/c2kernel/lifecycle/gui/model/WfVertexDefFactory.java b/source/com/c2kernel/lifecycle/gui/model/WfVertexDefFactory.java index da59efd..132fdcf 100644 --- a/source/com/c2kernel/lifecycle/gui/model/WfVertexDefFactory.java +++ b/source/com/c2kernel/lifecycle/gui/model/WfVertexDefFactory.java @@ -38,7 +38,7 @@ public class WfVertexDefFactory implements VertexFactory, WorkflowDialogue new ActivityChooser( Language.translate("Please enter a Type for the new activityDef"), Language.translate("New " + vertexTypeId + " Activity"), - Resource.getImageResource("graph/newvertex_large.png").getImage(), + Resource.findImage("graph/newvertex_large.png").getImage(), this, mhm); a.setVisible(true); @@ -68,7 +68,7 @@ public class WfVertexDefFactory implements VertexFactory, WorkflowDialogue Language.translate("Please type a Name"), Language.translate("New " + vertexTypeId + " Activity"), JOptionPane.QUESTION_MESSAGE, - Resource.getImageResource("graph/newvertex_large.png"), + Resource.findImage("graph/newvertex_large.png"), null, null); act = (ActivityDef) mCompositeActivityDef.search(mCompositeActivityDef.getID() + "/" + newName); -- cgit v1.2.3