Set "Add" button as default in torrent addition dialog

This commit is contained in:
Christophe Dumez
2010-06-22 12:00:18 +00:00
parent b8f30381c9
commit 5a58ace305

View File

@@ -105,6 +105,8 @@ public:
#if LIBTORRENT_VERSION_MINOR < 15
addInSeed->setVisible(false);
#endif
// Set Add button as default
OkButton->setDefault(true);
}
~torrentAdditionDialog() {