[rkward-cvs] rkward/rkward rkward.cpp,1.82,1.83

Daniele Medri danielemedri at users.sourceforge.net
Thu Apr 28 22:25:47 UTC 2005


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

Modified Files:
	rkward.cpp 
Log Message:
typos.


Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** rkward.cpp	26 Apr 2005 19:04:37 -0000	1.82
--- rkward.cpp	28 Apr 2005 22:25:45 -0000	1.83
***************
*** 544,548 ****
  
  	int res;
! 	res = KMessageBox::questionYesNoCancel (this, i18n ("Do you want to save the workspace?"), i18n ("Save workspace?"));
  	if (res == KMessageBox::No) return true;
  	if (res == KMessageBox::Yes) new RKSaveAgent (RKGlobals::rObjectList ()->getWorkspaceURL (), false, RKSaveAgent::Quit);
--- 544,548 ----
  
  	int res;
! 	res = KMessageBox::questionYesNoCancel (this, i18n ("Do you want to save the workspace?"), i18n ("Save Workspace?"));
  	if (res == KMessageBox::No) return true;
  	if (res == KMessageBox::Yes) new RKSaveAgent (RKGlobals::rObjectList ()->getWorkspaceURL (), false, RKSaveAgent::Quit);
***************
*** 604,608 ****
  	
  	int res;
! 	res = KMessageBox::questionYesNoCancel (this, i18n ("Do you want to save the current workspace?"), i18n ("Save workspace?"));
  	if (res == KMessageBox::No) {
  		fileOpenNoSave (url);
--- 604,608 ----
  	
  	int res;
! 	res = KMessageBox::questionYesNoCancel (this, i18n ("Do you want to save the current workspace?"), i18n ("Save Workspace?"));
  	if (res == KMessageBox::No) {
  		fileOpenNoSave (url);





More information about the rkward-tracker mailing list