[rkward-cvs] SF.net SVN: rkward:[2771] trunk/rkward/rkward/settings/rksettingsmoduler. cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Mar 7 12:03:12 UTC 2010
Revision: 2771
http://rkward.svn.sourceforge.net/rkward/?rev=2771&view=rev
Author: tfry
Date: 2010-03-07 12:03:11 +0000 (Sun, 07 Mar 2010)
Log Message:
-----------
Minor: wrap obsolete options in a try()
Modified Paths:
--------------
trunk/rkward/rkward/settings/rksettingsmoduler.cpp
Modified: trunk/rkward/rkward/settings/rksettingsmoduler.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduler.cpp 2010-03-06 12:57:41 UTC (rev 2770)
+++ trunk/rkward/rkward/settings/rksettingsmoduler.cpp 2010-03-07 12:03:11 UTC (rev 2771)
@@ -2,7 +2,7 @@
rksettingsmoduler - description
-------------------
begin : Wed Jul 28 2004
- copyright : (C) 2004, 2007, 2009 by Thomas Friedrichsmeier
+ copyright : (C) 2004, 2007, 2009, 2010 by Thomas Friedrichsmeier
email : tfry at users.sourceforge.net
***************************************************************************/
@@ -260,7 +260,7 @@
// register as interactive
list.append ("try (deviceIsInteractive(name=\"rk.screen.device\"))\n");
list.append ("options (help_type=\"html\")\n"); // for R 2.10.0 and above
- list.append ("options (htmlhelp=TRUE); options (chmhelp=FALSE)\n"); // COMPAT: for R 2.9.x and below
+ list.append ("try ({options (htmlhelp=TRUE); options (chmhelp=FALSE)})\n"); // COMPAT: for R 2.9.x and below
list.append ("options (browser=rk.show.html)\n");
return list;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list