[Zooimage-commits] r166 - pkg/zooimage/inst/gui

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jun 4 11:59:38 CEST 2009


Author: romain
Date: 2009-06-04 11:59:37 +0200 (Thu, 04 Jun 2009)
New Revision: 166

Modified:
   pkg/zooimage/inst/gui/MenusZIDlgWin.txt
Log:
making sure the zooimage version of setwd is used

Modified: pkg/zooimage/inst/gui/MenusZIDlgWin.txt
===================================================================
--- pkg/zooimage/inst/gui/MenusZIDlgWin.txt	2009-06-04 09:55:56 UTC (rev 165)
+++ pkg/zooimage/inst/gui/MenusZIDlgWin.txt	2009-06-04 09:59:37 UTC (rev 166)
@@ -116,7 +116,7 @@
 |||&Activate next						~~ {dev.set(); bringToTop()}
 |||&Close all							~~ graphics.off()
 |$Options
-||Change &active dir...                 ~~ setwd(paste(tkchooseDirectory(), collapse = " "))
+||Change &active dir...                 ~~ zooimage:::setwd(paste(tkchooseDirectory(), collapse = " "))
 ||-
 ||Define decimal separator...			~~ optInOutDecimalSep()
 |$Help



More information about the Zooimage-commits mailing list