diff options
| author | Pieter Wuille <[email protected]> | 2012-07-07 07:41:51 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-07-07 07:41:51 -0700 |
| commit | 9af3c3c8249785a0106c14bce1cb72b3afc536e8 (patch) | |
| tree | e95bcd1b1f8e451d0d57b156a3502ecf515e3fd2 /src/qt/optionsmodel.cpp | |
| parent | Merge pull request #1565 from jrmithdobbs/socks5-fix (diff) | |
| parent | fix typo in optionsmodel.cpp (diff) | |
| download | discoin-9af3c3c8249785a0106c14bce1cb72b3afc536e8.tar.xz discoin-9af3c3c8249785a0106c14bce1cb72b3afc536e8.zip | |
Merge pull request #1566 from Diapolo/typo
fix typo in optionsmodel.cpp
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -rw-r--r-- | src/qt/optionsmodel.cpp | 2 |
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(); |