From: <had...@us...> - 2009-01-16 08:15:03
|
Revision: 4367 http://fudaa.svn.sourceforge.net/fudaa/?rev=4367&view=rev Author: hadouxad Date: 2009-01-16 08:15:00 +0000 (Fri, 16 Jan 2009) Log Message: ----------- Modified Paths: -------------- branches/Prepro-0.92-SNAPSHOT/fudaa/src/org/fudaa/fudaa/tr/post/dialogSpec/TrPostWizardProfilSpatial.java Modified: branches/Prepro-0.92-SNAPSHOT/fudaa/src/org/fudaa/fudaa/tr/post/dialogSpec/TrPostWizardProfilSpatial.java =================================================================== --- branches/Prepro-0.92-SNAPSHOT/fudaa/src/org/fudaa/fudaa/tr/post/dialogSpec/TrPostWizardProfilSpatial.java 2009-01-16 08:14:38 UTC (rev 4366) +++ branches/Prepro-0.92-SNAPSHOT/fudaa/src/org/fudaa/fudaa/tr/post/dialogSpec/TrPostWizardProfilSpatial.java 2009-01-16 08:15:00 UTC (rev 4367) @@ -21,6 +21,7 @@ import org.fudaa.fudaa.tr.common.TrResource; import org.fudaa.fudaa.tr.post.TrPostCommonImplementation; import org.fudaa.fudaa.tr.post.TrPostScene; +import org.fudaa.fudaa.tr.post.TrPostSource; import org.fudaa.fudaa.tr.post.TrPostVisuPanel; import org.fudaa.fudaa.tr.post.actions.TrPostActionAddPointFromWidgetCalque; @@ -56,13 +57,13 @@ MvProfileBuilderFromTree builderParams_; TrPostActionAddPointFromWidgetCalque.Spatial actionChoixGraphes_; - +TrPostSource src_; public TrPostWizardProfilSpatial(final TrPostVisuPanel _calque, final MvProfileBuilderFromTree _chooserParam, final TrPostActionAddPointFromWidgetCalque.Spatial _actionChoixGraphes) { actionChoixGraphes_ = _actionChoixGraphes; builderParams_ = _chooserParam; // calque_ = _calque; - + src_=_calque.getSource(); } protected TrPostCommonImplementation getPostImpl() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |