aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2012-07-07 16:35:29 +0200
committerPhilip Kaufmann <[email protected]>2012-07-07 16:35:29 +0200
commit0e3947ef324af8fd3a760f1758d3d51dce21541c (patch)
treee95bcd1b1f8e451d0d57b156a3502ecf515e3fd2 /src/qt/optionsmodel.cpp
parentMerge pull request #1565 from jrmithdobbs/socks5-fix (diff)
downloaddiscoin-0e3947ef324af8fd3a760f1758d3d51dce21541c.tar.xz
discoin-0e3947ef324af8fd3a760f1758d3d51dce21541c.zip
fix typo in optionsmodel.cpp
Diffstat (limited to 'src/qt/optionsmodel.cpp')
-rw-r--r--src/qt/optionsmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index d6c6bbf40..0ee6d8e0c 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -40,7 +40,7 @@ void OptionsModel::Init()
{
QSettings settings;
- // These are QT-only settings:
+ // These are Qt-only settings:
nDisplayUnit = settings.value("nDisplayUnit", BitcoinUnits::BTC).toInt();
bDisplayAddresses = settings.value("bDisplayAddresses", false).toBool();
fMinimizeToTray = settings.value("fMinimizeToTray", false).toBool();