From efb3cb40de57d53de1eb22662261e58333a3a39d Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sat, 02 Nov 2002 22:29:09 +0000 Subject: make deny the default button for ftp/sync prompt --- (limited to 'core') diff --git a/core/launcher/transferserver.cpp b/core/launcher/transferserver.cpp index dea140d..aaa4425 100644 --- a/core/launcher/transferserver.cpp +++ b/core/launcher/transferserver.cpp @@ -230,7 +230,7 @@ bool SyncAuthentication::checkPassword( const QString& password ) || QMessageBox::warning(0,tr("Sync Connection"), tr("

An unrecognized system is requesting access to this device." "

If you have just initiated a Sync for the first time, this is normal."), - tr("Allow"),tr("Deny"))==1 ) + tr("Allow"),tr("Deny"), 0, 1, 1 ) ==1 ) { denials++; lastdenial=now; -- cgit v0.9.0.2