aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-07-07 16:35:29 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-07-07 16:35:29 +0200
commit0e3947ef324af8fd3a760f1758d3d51dce21541c (patch)
treee95bcd1b1f8e451d0d57b156a3502ecf515e3fd2 /src/qt/optionsmodel.cpp
parent0ba5bacd0c47c947a9050d1f393bee437e49cecc (diff)
downloadbitcoin-0e3947ef324af8fd3a760f1758d3d51dce21541c.tar.xz
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 d6c6bbf409..0ee6d8e0c4 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();