mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-27 16:05:39 +01:00
Fix spelling of Qt
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
|
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
|
||||||
#
|
#
|
||||||
|
|
||||||
# server=1 tells Bitcoin-QT and bitcoind to accept JSON-RPC commands
|
# server=1 tells Bitcoin-Qt and bitcoind to accept JSON-RPC commands
|
||||||
#server=0
|
#server=0
|
||||||
|
|
||||||
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
|
# You must set rpcuser and rpcpassword to secure the JSON-RPC api
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
|
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
|
||||||
# because the rpcpassword is transmitted over the network unencrypted.
|
# because the rpcpassword is transmitted over the network unencrypted.
|
||||||
|
|
||||||
# server=1 tells Bitcoin-QT to accept JSON-RPC commands.
|
# server=1 tells Bitcoin-Qt to accept JSON-RPC commands.
|
||||||
# it is also read by bitcoind to determine if RPC should be enabled
|
# it is also read by bitcoind to determine if RPC should be enabled
|
||||||
#rpcallowip=10.1.1.34/255.255.255.0
|
#rpcallowip=10.1.1.34/255.255.255.0
|
||||||
#rpcallowip=1.2.3.4/24
|
#rpcallowip=1.2.3.4/24
|
||||||
|
|||||||
@@ -390,7 +390,7 @@ void SubstituteFonts(const QString& language)
|
|||||||
{
|
{
|
||||||
#if defined(Q_OS_MAC)
|
#if defined(Q_OS_MAC)
|
||||||
// Background:
|
// Background:
|
||||||
// OSX's default font changed in 10.9 and QT is unable to find it with its
|
// OSX's default font changed in 10.9 and Qt is unable to find it with its
|
||||||
// usual fallback methods when building against the 10.7 sdk or lower.
|
// usual fallback methods when building against the 10.7 sdk or lower.
|
||||||
// The 10.8 SDK added a function to let it find the correct fallback font.
|
// The 10.8 SDK added a function to let it find the correct fallback font.
|
||||||
// If this fallback is not properly loaded, some characters may fail to
|
// If this fallback is not properly loaded, some characters may fail to
|
||||||
|
|||||||
Reference in New Issue
Block a user