From 26678a640a5f30a01963c0e913416faf23a91e5c Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 7 Jun 2011 13:15:01 +0000 Subject: [PATCH] Fix some URLs --- bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbg | 5 +++-- bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbg b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbg index f3ea14b..0221c5a 100644 --- a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbg +++ b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbg @@ -39,7 +39,7 @@ ISEXEC:FALSE -51.405540:98.357171:900.000000 -5.830540:88.357171:900.000000 PORT -Label:"www.creatis.insta-lyon.fr/site/creatools -> Documentation -> Getting started" +Label:"www.creatis.insa-lyon.fr/site/creatools -> Documentation -> Getting started" FIN_BOX BOX wx:CommandButton:Box04 @@ -47,7 +47,7 @@ ISEXEC:FALSE -114.436058:135.165171:900.000000 -68.861058:125.165171:900.000000 PORT -Label:"creaTools Web Site - www.creatis.insta-lyon.fr/site/creatools" +Label:"creaTools Web Site - www.creatis.insa-lyon.fr/site/creatools" FIN_BOX BOX wx:LaunchBrowser:Box05 @@ -56,6 +56,7 @@ ISEXEC:FALSE -98.960865:104.152098:900.000000 PORT In:"www.creatis.insa-lyon.fr" +In:"www.creatis.insa-lyon.fr/site/fr/creatools_accueil" FIN_BOX CONNECTIONS:5 CONNECTION diff --git a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs index 33a1e68..9ecab11 100644 --- a/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs +++ b/bbtk_package_creaMiniTools/bbs/boxes/helpMenu.bbs @@ -21,14 +21,15 @@ new LaunchBrowser Box02 set Box02.In "www.creatis.insa-lyon.fr/site/fr/CreatoolsDocumentation" new CommandButton Box03 - set Box03.Label "www.creatis.insta-lyon.fr/site/creatools -> Documentation -> Getting started" + set Box03.Label "www.creatis.insa-lyon.fr/site/creatools -> Documentation -> Getting started" new CommandButton Box04 - set Box04.Label "creaTools Web Site - www.creatis.insta-lyon.fr/site/creatools" + set Box04.Label "creaTools Web Site - www.creatis.insa-lyon.fr/site/creatools" + new LaunchBrowser Box05 - set Box05.In "www.creatis.insa-lyon.fr" - +// set Box05.In "www.creatis.insa-lyon.fr" + set Box05.In "http://www.creatis.insa-lyon.fr/site/fr/creatools_accueil" connect Box03.BoxChange Box02.BoxExecute connect Box04.BoxChange Box05.BoxExecute -- 2.45.0