diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-21 14:15:26 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-21 14:15:26 +0200 |
| commit | 3ccbaa56f42d2c6fcb424b641ec84a138f0ee9bc (patch) | |
| tree | 15528e2559d0cf07626a6ed1c98e2946d50befd1 /src | |
| parent | Merge pull request #1705 from Diapolo/cleanup_bitcoingui (diff) | |
| download | discoin-3ccbaa56f42d2c6fcb424b641ec84a138f0ee9bc.tar.xz discoin-3ccbaa56f42d2c6fcb424b641ec84a138f0ee9bc.zip | |
comment update: it's -> its
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 4e8bc8d31..eeb01d7ec 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -472,7 +472,7 @@ void BitcoinGUI::setNumConnections(int count) void BitcoinGUI::setNumBlocks(int count, int nTotalBlocks) { - // don't show / hide progress bar and it's label if we have no connection to the network + // don't show / hide progress bar and its label if we have no connection to the network if (!clientModel || clientModel->getNumConnections() == 0) { progressBarLabel->setVisible(false); |