From kde-core-devel Thu Feb 24 08:20:30 2005 From: Andras Mantia Date: Thu, 24 Feb 2005 08:20:30 +0000 To: kde-core-devel Subject: [PATCH] Don't scare the user ;-) Message-Id: <200502241020.30369.amantia () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=110923321229785 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart17338237.bTIMSxj7vl" --nextPart17338237.bTIMSxj7vl Content-Type: multipart/mixed; boundary="Boundary-01=_O5YHC1IOiW8vf7a" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_O5YHC1IOiW8vf7a Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, In Quanta when during the upload the server seems to be not available,=20 a question is asked to continue or not, but the continue button is=20 labeled as "Delete", which may scare and confuse the user a lot. The patch fixes it. May I commit? Andras =2D-=20 Quanta Plus developer - http://quanta.sourceforge.net K Desktop Environment - http://www.kde.org --Boundary-01=_O5YHC1IOiW8vf7a Content-Type: text/x-diff; charset="us-ascii"; name="projectupload.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="projectupload.diff" --- projectupload.cpp.old 2005-02-16 16:59:29.000000000 +0200 +++ projectupload.cpp 2005-02-24 10:17:44.400570696 +0200 @@ -360,7 +360,7 @@ } else { if (KMessageBox::warningContinueCancel(this, i18n("%1 seems to be unaccessible.
Do you want to proceed with upload?
") - .arg(u.prettyURL(0, KURL::StripFileProtocol)),QString::null,KStdGuiItem::del()) == KMessageBox::Continue) + .arg(u.prettyURL(0, KURL::StripFileProtocol)),QString::null,KStdGuiItem::cont()) == KMessageBox::Continue) { upload(); return; --Boundary-01=_O5YHC1IOiW8vf7a-- --nextPart17338237.bTIMSxj7vl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQBCHY5OTQdfac6L/08RAhWKAJ0cmIC2HS/CtQueVbSlHj0P43dY3QCfZ1pu Vh+57vkEneT0FSCBV5J60pc= =jsKn -----END PGP SIGNATURE----- --nextPart17338237.bTIMSxj7vl--