Browse Source

comment update: it's -> its

0.8
Wladimir J. van der Laan 12 years ago
parent
commit
3ccbaa56f4
  1. 2
      src/qt/bitcoingui.cpp

2
src/qt/bitcoingui.cpp

@ -472,7 +472,7 @@ void BitcoinGUI::setNumConnections(int count) @@ -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);

Loading…
Cancel
Save