From 5a58ace3052309863bb0dd5c3e4d1c32ad080546 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 22 Jun 2010 12:00:18 +0000 Subject: [PATCH] Set "Add" button as default in torrent addition dialog --- src/torrentadditiondlg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/torrentadditiondlg.h b/src/torrentadditiondlg.h index 9d705dd6c..d3a94cabe 100644 --- a/src/torrentadditiondlg.h +++ b/src/torrentadditiondlg.h @@ -105,6 +105,8 @@ public: #if LIBTORRENT_VERSION_MINOR < 15 addInSeed->setVisible(false); #endif + // Set Add button as default + OkButton->setDefault(true); } ~torrentAdditionDialog() {