[rkward-cvs] rkward/rkward/dialogs rkloadlibsdialog.cpp,1.10,1.11

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


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

Modified Files:
	rkloadlibsdialog.cpp 
Log Message:
typo.


Index: rkloadlibsdialog.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/dialogs/rkloadlibsdialog.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** rkloadlibsdialog.cpp	27 Feb 2005 10:38:55 -0000	1.10
--- rkloadlibsdialog.cpp	28 Apr 2005 22:27:59 -0000	1.11
***************
*** 142,146 ****
  	RKGlobals::rInterface ()->issueCommand (command, chain);
  	
! 	if (RKCancelDialog::showCancelDialog (i18n ("Fetch list"), i18n ("Please, stand by while downloading list of packages."), this, this, SIGNAL (downloadComplete ()), command) == QDialog::Rejected) return false;
  	return true;
  }
--- 142,146 ----
  	RKGlobals::rInterface ()->issueCommand (command, chain);
  	
! 	if (RKCancelDialog::showCancelDialog (i18n ("Fetch list"), i18n ("Please, stand by while downloading the list of packages."), this, this, SIGNAL (downloadComplete ()), command) == QDialog::Rejected) return false;
  	return true;
  }





More information about the rkward-tracker mailing list