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

Pierre ecoch at users.sourceforge.net
Tue Apr 26 19:04:53 UTC 2005


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

Modified Files:
	rkward.cpp 
Log Message:
Small stuff.

Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** rkward.cpp	22 Apr 2005 13:56:15 -0000	1.81
--- rkward.cpp	26 Apr 2005 19:04:37 -0000	1.82
***************
*** 526,530 ****
  	RK_TRACE (APP);
  	
! 	/*QValueList<KMdiChildView *> children;
  	for(KMdiChildView *w = m_pDocumentViews->first();w;w= m_pDocumentViews->next()){
  		children.append(w);
--- 526,530 ----
  	RK_TRACE (APP);
  	
! 	QValueList<KMdiChildView *> children;
  	for(KMdiChildView *w = m_pDocumentViews->first();w;w= m_pDocumentViews->next()){
  		children.append(w);
***************
*** 538,542 ****
  			}
  		}
! 	}*/
  	
  	
--- 538,542 ----
  			}
  		}
! 	}
  	
  	
***************
*** 1011,1015 ****
  		RKCommandEditorWindow * editor = (RKCommandEditorWindow*) window;
  		if (editor->isModified()) {
! 			int status = KMessageBox::warningYesNo(this,i18n("The document has been modified. Close anyway?"),i18n("File not saved"));
  	
  			if (status == KMessageBox::Yes) {
--- 1011,1015 ----
  		RKCommandEditorWindow * editor = (RKCommandEditorWindow*) window;
  		if (editor->isModified()) {
! 			int status = KMessageBox::warningYesNo(this,i18n("The document \"%1\" has been modified. Close it anyway?").arg(editor->tabCaption()),i18n("File not saved"));
  	
  			if (status == KMessageBox::Yes) {





More information about the rkward-tracker mailing list