[rkward-cvs] rkward/rkward/dialogs rkloadlibsdialog.cpp,1.18,1.19

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Oct 26 18:37:47 UTC 2005


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

Modified Files:
	rkloadlibsdialog.cpp 
Log Message:
typo

Index: rkloadlibsdialog.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/dialogs/rkloadlibsdialog.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** rkloadlibsdialog.cpp	26 Oct 2005 16:10:31 -0000	1.18
--- rkloadlibsdialog.cpp	26 Oct 2005 18:37:45 -0000	1.19
***************
*** 218,222 ****
  
  	if (!ok) {
! 		RK_DO (qDebug ("One or more package files could not be moved/delted"), DIALOGS, DL_ERROR);
  	}
  }
--- 218,222 ----
  
  	if (!ok) {
! 		RK_DO (qDebug ("One or more package files could not be moved/deleted"), DIALOGS, DL_ERROR);
  	}
  }
***************
*** 638,642 ****
  	
  	get_list_button->setEnabled (false);
! 	RKCancelDialog::showCancelDialog (i18n ("Fetch list"), i18n ("Please, standy by while downloading list of packages."), this, this, SIGNAL (actionDone ()), command);
  }
  
--- 638,642 ----
  	
  	get_list_button->setEnabled (false);
! 	RKCancelDialog::showCancelDialog (i18n ("Fetch list"), i18n ("Please stand by while downloading the list of packages."), this, this, SIGNAL (actionDone ()), command);
  }
  





More information about the rkward-tracker mailing list