[rkward-cvs] rkward/rkward rkward.cpp,1.52,1.53

Daniele Medri danielemedri at users.sourceforge.net
Wed Nov 24 23:53:49 UTC 2004


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

Modified Files:
	rkward.cpp 
Log Message:
Wording 

Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** rkward.cpp	17 Nov 2004 09:05:17 -0000	1.52
--- rkward.cpp	24 Nov 2004 23:53:46 -0000	1.53
***************
*** 302,309 ****
  	RK_TRACE (APP);
  	// TODO: is there a way to insert actions between standard actions without having to give all standard actions custom ids?
! 	new_data_frame = new KAction (i18n ("data.frame"), 0, 0, this, SLOT (slotNewDataFrame ()), actionCollection (), "new_data_frame");
  	new_data_frame->setIcon("spreadsheet");
  	new_command_editor = KStdAction::openNew(this, SLOT(slotNewCommandEditor()), actionCollection(), "new_command_editor");
! 	new_command_editor->setText (i18n ("New Command File"));
  	new_command_editor->setIcon("source");
  	
--- 302,309 ----
  	RK_TRACE (APP);
  	// TODO: is there a way to insert actions between standard actions without having to give all standard actions custom ids?
! 	new_data_frame = new KAction (i18n ("Dataset"), 0, 0, this, SLOT (slotNewDataFrame ()), actionCollection (), "new_data_frame");
  	new_data_frame->setIcon("spreadsheet");
  	new_command_editor = KStdAction::openNew(this, SLOT(slotNewCommandEditor()), actionCollection(), "new_command_editor");
! 	new_command_editor->setText (i18n ("Command File"));
  	new_command_editor->setIcon("source");
  	





More information about the rkward-tracker mailing list