From 349c1843e8dba9ddb59479bd4ed3d78cc4966e90 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 8 Apr 2010 14:48:59 +0000 Subject: [PATCH] Fix misstyping --- bbtk/bbs/appli/examplePlaneNPoints.bbs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/bbtk/bbs/appli/examplePlaneNPoints.bbs b/bbtk/bbs/appli/examplePlaneNPoints.bbs index 0f686b4..51b4832 100644 --- a/bbtk/bbs/appli/examplePlaneNPoints.bbs +++ b/bbtk/bbs/appli/examplePlaneNPoints.bbs @@ -1,8 +1,7 @@ -description " 3pionts -> 1-planne " +description " 3points -> 1-plane " author "info-dev@creatis.insa-lyon.fr" category "example" - include vtk/boxes/bbLoadHola load vtk load wxvtk @@ -60,7 +59,6 @@ new ImageActor imgactor connect viewernv.Renderer1 imgactor.Renderer connect planes.Transform3Pts imgactor.Transform - new Viewer2D view2d new CommandButton execplanes set execplanes.Label "Refresh planes" @@ -74,7 +72,6 @@ connect showpoints.Widget layoutline0.Widget1 connect execplanes.Widget layoutline0.Widget2 connect transferfunc.Widget layoutline0.Widget3 - new LayoutLine layoutline1 connect viewernv.Widget layoutline1.Widget1 @@ -84,8 +81,6 @@ set mainSplit.Proportion 10 connect layoutline0.Widget mainSplit.Widget1 connect layoutline1.Widget mainSplit.Widget2 - exec mainSplit - -connect planes.Image3Pts view2d.In \ No newline at end of file +connect planes.Image3Pts view2d.In -- 2.45.1