summaryrefslogtreecommitdiff
path: root/core/launcher/transferserver.cpp
authorllornkcor <llornkcor>2002-11-02 22:29:09 (UTC)
committer llornkcor <llornkcor>2002-11-02 22:29:09 (UTC)
commitefb3cb40de57d53de1eb22662261e58333a3a39d (patch) (side-by-side diff)
tree8f07bce4fc4040444d88cc006dd7db60c33adb4d /core/launcher/transferserver.cpp
parent2dc81c48428222533e5479947d9ad318e464bafa (diff)
downloadopie-efb3cb40de57d53de1eb22662261e58333a3a39d.zip
opie-efb3cb40de57d53de1eb22662261e58333a3a39d.tar.gz
opie-efb3cb40de57d53de1eb22662261e58333a3a39d.tar.bz2
make deny the default button for ftp/sync prompt
Diffstat (limited to 'core/launcher/transferserver.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/transferserver.cpp2
1 files changed, 1 insertions, 1 deletions
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("<p>An unrecognized system is requesting access to this device."
"<p>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;