[rkward-cvs] SF.net SVN: rkward: [1410] trunk/rkward/rkward/plugins/00saveload/import
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Feb 18 13:20:50 UTC 2007
Revision: 1410
http://svn.sourceforge.net/rkward/?rev=1410&view=rev
Author: tfry
Date: 2007-02-18 05:20:50 -0800 (Sun, 18 Feb 2007)
Log Message:
-----------
cleanup
Modified Paths:
--------------
trunk/rkward/rkward/plugins/00saveload/import/import_csv.xml
trunk/rkward/rkward/plugins/00saveload/import/import_spss.xml
Modified: trunk/rkward/rkward/plugins/00saveload/import/import_csv.xml
===================================================================
--- trunk/rkward/rkward/plugins/00saveload/import/import_csv.xml 2007-02-18 13:19:58 UTC (rev 1409)
+++ trunk/rkward/rkward/plugins/00saveload/import/import_csv.xml 2007-02-18 13:20:50 UTC (rev 1410)
@@ -38,7 +38,7 @@
<dialog label="Import Text / CSV data" >
<tabbook>
<tab id="tab_general" label="General" >
- <browser size="small" id="file" label="File name" />
+ <browser id="file" type="file" label="File name" />
<row>
<saveobject id="name" initial="my.csv.data" label="Object to save to"/>
<checkbox id="doedit" value="1" value_unchecked="0" label="Edit Object" checked="true" />
Modified: trunk/rkward/rkward/plugins/00saveload/import/import_spss.xml
===================================================================
--- trunk/rkward/rkward/plugins/00saveload/import/import_spss.xml 2007-02-18 13:19:58 UTC (rev 1409)
+++ trunk/rkward/rkward/plugins/00saveload/import/import_spss.xml 2007-02-18 13:20:50 UTC (rev 1410)
@@ -20,7 +20,7 @@
<dialog label="Import SPSS file">
<tabbook>
<tab id="tab_general" label="General">
- <browser size="small" id="file" label="File name" />
+ <browser type="file" id="file" label="File name" />
<stretch/>
<row>
<saveobject id="saveto" initial="my.spss.data" label="Object to save to"/>
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