[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
- Previous message: [rkward-cvs] rkward ChangeLog,1.140,1.141 TODO,1.141,1.142
- Next message: [rkward-cvs] rkward aclocal.m4, 1.17, 1.18 configure, 1.48, 1.49 configure.in, 1.38, 1.39 configure.in.in, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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){
- Previous message: [rkward-cvs] rkward ChangeLog,1.140,1.141 TODO,1.141,1.142
- Next message: [rkward-cvs] rkward aclocal.m4, 1.17, 1.18 configure, 1.48, 1.49 configure.in, 1.38, 1.39 configure.in.in, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list