[rkward-cvs] rkward/rkward rkward.cpp,1.131,1.132

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Sep 17 12:47:38 UTC 2006


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11364

Modified Files:
	rkward.cpp 
Log Message:
Allow more standard R script file extensions

Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** rkward.cpp	17 Sep 2006 12:37:22 -0000	1.131
--- rkward.cpp	17 Sep 2006 12:47:36 -0000	1.132
***************
*** 684,688 ****
  	KURL::List::const_iterator it;
  	
! 	urls = KFileDialog::getOpenURLs (":<rfiles>", "*.R *.r", this, i18n ("Open command file(s)"));
  
  	for (it = urls.begin() ; it != urls.end() ; ++it){
--- 684,688 ----
  	KURL::List::const_iterator it;
  	
! 	urls = KFileDialog::getOpenURLs (":<rfiles>", "*.R;*.r;*.S;*.s;*.q", this, i18n ("Open command file(s)"));
  
  	for (it = urls.begin() ; it != urls.end() ; ++it){





More information about the rkward-tracker mailing list