(pull request title has also been edited)
set default fee to CTransaction::nMinTxFee instead of zero, for both bitcoin-qt and bitcoind. For bitcoin-qt only new installations are affected while for bitcoind, everbody who has not set -paytxfee is affectedadd default value to --help output for -paytxfee- qt-optionsdialog: change fee description
- qt-optionsdialog: add fee warnings
- qt-optionsdialog: minor design improvements: added borders and aligned the database and verification threads controls
Before:

After:

Warning if fee >= 5 * minFee. Useful for people who still have the old 50000 satoshis value.
Also useful for people confusing BTC and mBTC...

Warning if fee = nonsense value. 0 < fee < minFee

Warning if fee = zero

