[rkward-cvs] rkward/rkward/plugins/00saveload/load/readtable description.xml,1.6,1.7

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Apr 14 21:01:06 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/plugins/00saveload/load/readtable
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7466

Modified Files:
	description.xml 
Log Message:
Redo lost change

Index: description.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/00saveload/load/readtable/description.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** description.xml	14 Apr 2006 20:36:11 -0000	1.6
--- description.xml	14 Apr 2006 21:01:04 -0000	1.7
***************
*** 21,24 ****
--- 21,25 ----
  		<connect client="varnames.enabled" governor="customizecolclass" />
  	</logic>
+ 	<code file="code.php"/>
  	<dialog label="Load data" >
  		<tabbook>
***************
*** 26,33 ****
  				<browser size="small" id="file" label="File name" />
  				<input label="Table name" id="name" initial="rk.temp.table" size="small"/>
! 				<radio id="header" label="Header" >
! 					<option value="TRUE" label="True" />
! 					<option value="FALSE" label="False" />
! 				</radio>
  				<radio id="dec" label="Character used decimal points" >
  					<option value="'.'" label="'.'" />
--- 27,31 ----
  				<browser size="small" id="file" label="File name" />
  				<input label="Table name" id="name" initial="rk.temp.table" size="small"/>
! 				<checkbox id="header" value="TRUE" value_unchecked="FALSE" checked="true" label="First row contains column names"/>
  				<radio id="dec" label="Character used decimal points" >
  					<option value="'.'" label="'.'" />





More information about the rkward-tracker mailing list