[rkward-cvs] rkward/rkward/plugins/00saveload/load/load description.xml,1.1,1.2

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Sep 11 22:06:33 UTC 2005


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

Modified Files:
	description.xml 
Log Message:
Made standard-menus available to place plugins in. Set default debug level to DL_WARNING

Index: description.xml
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugins/00saveload/load/load/description.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** description.xml	5 Apr 2005 09:23:03 -0000	1.1
--- description.xml	11 Sep 2005 22:06:31 -0000	1.2
***************
*** 1,11 ****
  <!DOCTYPE rkplugin>
  <document>
!   <entry type="entry" id="load" label="Load a R object" />
! <!-- The layout-section takes care of the layout of the GUI for this plugin. -->  <dialog>
!     <tabbook>
!       <tab label="Select variables" >
!         <browser size="small" id="file" label="Name of the file" filter="*.RData" />
!       </tab>
!     </tabbook>
!   </dialog>
  </document>
--- 1,11 ----
  <!DOCTYPE rkplugin>
  <document>
! 	<code file="code.php"/>
! 	<dialog label="Load an R object">
! 		<tabbook>
! 			<tab label="Select variables" >
! 				<browser size="small" id="file" label="Name of the file" filter="*.RData" />
! 			</tab>
! 		</tabbook>
! 	</dialog>
  </document>





More information about the rkward-tracker mailing list