[rkward-cvs] rkward/rkward/plugin rkplugin.cpp,1.10,1.11

Daniele Medri danielemedri at users.sourceforge.net
Wed Nov 17 20:45:48 UTC 2004


Update of /cvsroot/rkward/rkward/rkward/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18956/rkward/plugin

Modified Files:
	rkplugin.cpp 
Log Message:
*wording* 

Index: rkplugin.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkplugin.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** rkplugin.cpp	22 Sep 2004 14:06:10 -0000	1.10
--- rkplugin.cpp	17 Nov 2004 20:45:46 -0000	1.11
***************
*** 72,76 ****
  	
  	// create an error-dialog
! 	error_dialog = new RKErrorDialog (i18n ("The R-backend has reported one or more error(s) while processing the plugin ") + caption () + i18n (". This may lead to an incorrect ouput and is likely due to a bug in the plugin.\nA transcript of the error message(s) is shown below."), i18n ("R-Error"), false);
  	
  	// initialize the PHP-backend with the code-template
--- 72,76 ----
  	
  	// create an error-dialog
! 	error_dialog = new RKErrorDialog (i18n ("The R engine reported errors while processing the plugin ") + caption () + i18n (". This may lead to an incorrect ouput and is likely due to a bug in the plugin.\nError messages are shown below."), i18n ("R-Error"), false);
  	
  	// initialize the PHP-backend with the code-template





More information about the rkward-tracker mailing list