From kde-edu-devel Sun Apr 21 06:42:21 2002 From: Scott Wheeler Date: Sun, 21 Apr 2002 06:42:21 +0000 To: kde-edu-devel Subject: Re: [kde-edu-devel] Patch for flashKard X-MARC-Message: https://marc.info/?l=kde-edu-devel&m=101937160019347 Ok, I just committed a modification of the first part of the patch (to se= t the=20 extension -- fixed by cfaun and sent to me personally). The other part w= as=20 fixed in CVS a day or two ago (I think -- if not please correct me.). Here's what I applied to CVS for the first part: void FlashKard::fileSaveAs() { fileName =3D KFileDialog::getSaveFileName(QString::null, fileMask, this= ,=20 QString::null).simplifyWhiteSpace(); if(!fileName.isEmpty()) { if(!fileName.endsWith(fileExtension)) fileName.append("." + fileExtension); fileSave(); } } Also, I just committed Ewald's patch from the other day with just spellin= g and=20 indenting changes. -Scott On Saturday 20 April 2002 12:21 pm, cfaun wrote: > I just made a patch with some minor bugfixes (fixes progress bar and ma= kes > it so if you are saving a file and don't put the .kvml extension on, it > puts it on for you). It is attached (I hope I did it right...) _______________________________________________ kde-edu-devel mailing list kde-edu-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/kde-edu-devel