[rkward-cvs] rkward/rkward rkward.cpp,1.54,1.55

Daniele Medri danielemedri at users.sourceforge.net
Mon Nov 29 23:52:08 UTC 2004


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

Modified Files:
	rkward.cpp 
Log Message:
Confusion on terms: sometime appear "Libraries", sometime "Packages".
After few changes and browsing r-project site, I believe in "Packages".


Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** rkward.cpp	29 Nov 2004 23:29:29 -0000	1.54
--- rkward.cpp	29 Nov 2004 23:52:05 -0000	1.55
***************
*** 354,358 ****
  	interruptCommand = new KAction (i18n ("Interrupt running command"), 0, 0, this, SLOT (slotInterruptCommand ()), actionCollection (), "interrupt");
  	interruptCommand->setIcon("stop");
! 	file_load_libs = new KAction (i18n ("Configure Libraries"), 0, 0, this, SLOT (slotFileLoadLibs ()), actionCollection (), "file_load_libs");	
  	configure = new KAction (i18n ("Configure RKWard"), 0, 0, this, SLOT(slotConfigure ()), actionCollection(), "configure");
  
--- 354,358 ----
  	interruptCommand = new KAction (i18n ("Interrupt running command"), 0, 0, this, SLOT (slotInterruptCommand ()), actionCollection (), "interrupt");
  	interruptCommand->setIcon("stop");
! 	file_load_libs = new KAction (i18n ("Configure Packages"), 0, 0, this, SLOT (slotFileLoadLibs ()), actionCollection (), "file_load_libs");	
  	configure = new KAction (i18n ("Configure RKWard"), 0, 0, this, SLOT(slotConfigure ()), actionCollection(), "configure");
  





More information about the rkward-tracker mailing list